mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-02 06:46:18 -04:00
add link to the new revision of my book, organize the folders to add further examples
This commit is contained in:
parent
6d78f5e3fd
commit
aa5010594e
140 changed files with 13 additions and 15 deletions
24
README.md
24
README.md
|
@ -1,34 +1,32 @@
|
|||
Python and Algorithms & Data Structures
|
||||
=======================================
|
||||
|
||||
This repository contains a comprehensive study of Algorithms and Python, including an ["e-book" that I wrote](http://mariwahl.us/docs/algorithms_in_python.pdf).
|
||||
This repository contains a comprehensive study of Algorithms & Data Structures in Python, including an ["e-book" I wrote](http://mariwahl.us/docs/algorithms_in_python.pdf).
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
/src/examples_in_my_book/
|
||||
/src/examples_in_my_book
|
||||
-------------------------
|
||||
|
||||
All the examples and lessons I showed in my ebook.
|
||||
All the examples and lessons I show in my ebook.
|
||||
|
||||
|
||||
/src/futher_examples/
|
||||
---------------------
|
||||
|
||||
In the folder you find further examples in algorithms in Python, not mentioned in the the book:
|
||||
More advanced examples that are not mentioned in my book:
|
||||
|
||||
* Solutions for the book Cracking the Code,
|
||||
* Solution for Project Euler and Topcoder.
|
||||
|
||||
|
||||
/src/ipython/
|
||||
-------------
|
||||
|
||||
Here I explain all the problems above in ipython notebooks.
|
||||
|
||||
|
||||
|
||||
Advanced Learners
|
||||
Further Learning
|
||||
-----------------
|
||||
[Check out my lessons in machine learning.] (https://github.com/mariwahl/Machine-Learning-Lessons)
|
||||
|
||||
|
@ -37,6 +35,10 @@ Advanced Learners
|
|||
[Check out my lessons in numerical methods.](https://github.com/mariwahl/Numerical-Methods-for-Physics)
|
||||
|
||||
|
||||
[Check out the Friday Lessons from Hacker School](https://github.com/mariwahl/HackerSchool-Small-Problems)
|
||||
|
||||
|
||||
|
||||
Be Social!
|
||||
----------
|
||||
Please drop me a line or submit a patch if you have any suggestions!
|
Loading…
Add table
Add a link
Reference in a new issue