Skip to content

Commit

Permalink
resetup
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-den committed Mar 26, 2018
1 parent 82c8553 commit 93831ce
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,27 @@ Complete [task 0](#task-0)

### How to join?

>since we are just starting - we will be happy to welcome new participants

0. Join our gitter chat linked to this project
1. Fork this repo.
2. Create subdirectory `%username%` in `\tasks` directory.
3. Send a pull request your work could be included and reviewed
3. Send a pull request so that your work could be included and reviewed
4. All work is ought to be organized in `\tasks\user\week1\solution_1` manner.

## current [Participants](Participants.md)

# task 0
Hello world
1. Join gitter chat
1. Fork this repo
1. Create folder tasks\%username%\Theory
1. Create folder tasks\%username%\week1
1. Complete sections
- introduction
- Asymptotic analysis
- Divide and conquer algorithms
1. Pass theoretical assessments from Homework 1
- put a screenshot with your grade into \Theory folder
1. Complete Homework 1
- put solution code into \week 1 folder

After you have completed task 0 you may pass to [task 1](/task.1.md)
24 changes: 24 additions & 0 deletions task.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# task 1

Complete theory sections for `Homework 2`

- The master method
- Quicksort - Algorithm
- Quicksort - Analysis
- Probability Review

Complete `Homework 2`

- Pass `Problem Set 2`

> put the screenshot with results in your `Theory` folder
- Complete `Programming assignment 2`

>put the code of your solution in your `week 2` folder
- Work through optional theory problems

And don't forget to stay in touch with other people in gitter chat

After you completed this task, please follow to task 2.
20 changes: 20 additions & 0 deletions task.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# task 2

Complete theory sections for `Homework 3`


Complete `Homework 3`

- Pass `Problem Set 3`

> put the screenshot with results in your `Theory` folder
- Complete `Programming assignment 3`

>put the code of your solution in your `week 3` folder
- Work through optional theory problems

And don't forget to stay in touch with other people in gitter chat

After you completed this task, please follow to task 3.
20 changes: 20 additions & 0 deletions task.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# task 2

Complete theory sections for `Homework 4`


Complete `Homework 4`

- Pass `Problem Set 4`

> put the screenshot with results in your `Theory` folder
- Complete `Programming assignment 4`

>put the code of your solution in your `week 4` folder
- Work through optional theory problems

And don't forget to stay in touch with other people in gitter chat

After you completed this task, please follow to task 3.

0 comments on commit 93831ce

Please sign in to comment.