Complete task 0
- OSS Stanford Algorithm course
- hackerrank.com | leetcode.com | codewars.com tasks
- Skiena's book or for additional tasks
- Have optimism and responsibility enough to keep track and endure the whole course.
- Know at least one programming language suitable for completing course.
- Know git and github well enough to send pull requests with your completed work.
- Have time to join our hangouts calls
- online hangouts meetings twice per week.
- keeping track on progress
- peer review
- work through several tasks from leetcode \codewars\hackerrank
- offline meetings per request of team members
- no restrictions on programming language to use, but we should be able and willing to explain our code to those unfamilliar with my_beloved_programming_language
- Join our gitter chat linked to this project
- Fork this repo.
- Create subdirectory
%username%
in\tasks
directory. - Send a pull request so that your work could be included and reviewed
- All work is ought to be organized in
\tasks\user\week1\solution_1
manner.
current Participants
- Join gitter chat
- Fork this repo
- Create folder tasks%username%\Theory
- Create folder tasks%username%\week1
- Complete sections
- introduction
- Asymptotic analysis
- Divide and conquer algorithms
- Pass theoretical assessments from Homework 1
- put a screenshot with your grade into \Theory folder
- Complete Homework 1
- put solution code into \week 1 folder
After you have completed task 0 you may pass to task 1