Skip to content

Commit 21c591c

Browse files
authored
Update README.md
1 parent 95a5fe9 commit 21c591c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
## Project Overview
44
The current problem while learning practical SE skills for students (including myself) is that there are too many tutorials on the internet for simple and common tasks, but when searching for things that are the bedrock to build functional applications, we're often stopped at some high-level explanation. These can give us the false impression that we understand, but later find that we're stuck on the first line of code. It's always better to get something done rather than doing nothing at all, that's why this project was created to practice CS fundamentals and SE skills that are universally essential regardless of the programming languages we're using.
55

6-
### How will it be done?
6+
### How will we do it?
77
* Real and practical problems when building software will be introduced as challenges in the project with different levels of complexity
88
* For each challenge:
99
* A challenge folder with descriptions, input, output, and sample data, and the source and test folders
1010
* Inside the source folder, there will be the `solve()` and some other functions
1111
* README also includes relevant CS/SE concepts and the explanations for steps needed to complete the challenge
12-
* When implementation is finished, the result will be checked with the pre-defined test cases.
12+
* After implementation, the result will be checked with the pre-defined test cases.
1313
* Once all test cases are passed, your solution can be merged into the master!
1414

1515
#### What will we learn?

0 commit comments

Comments
 (0)