Skip to content

Commit

Permalink
Adding two more objectives
Browse files Browse the repository at this point in the history
  • Loading branch information
nbro committed Jan 12, 2017
1 parent 899e24a commit 3b1542b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion OBJECTIVES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@
- Heuristics
2. Implement as many as possible of the most interesting and useful algorithms and data structures in the fields mentioned above.
Here interesting can be from the implementation or concepts' point of view. Usefulness instead is especially with respect to me (since so far this is a personal project), but also with respect to any student or person involved in one of the fields mentioned above.


- "Interesting" here can be from the implementation or concepts' point of view.

- "Usefulness", instead, is especially with respect to me (since so far this is a personal project), but also with respect to any student or person involved in one of the fields mentioned above.

- Implementation is performed in a very high-level and user-friendly programming language: Python.

- No optimization of the implemetations. This doesn't mean at all that I will always try to implement the best algorithm for the task or operation, but simply that I will not introduce tricks of any sort to make the implementation faster.

3. Learn to analyse the asymptotic complexity of the algorithms and in particular of their implementation.

Expand Down

0 comments on commit 3b1542b

Please sign in to comment.