mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-07-11 00:59:44 -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
README.md
book
src/examples_book
adt
heap
linked_lists
queues
__init__.pydeque.pylinked_queue.pypalindrome_checker_with_deque.pyqueue.pyqueue_from_two_stacks.pyrotating_array.py
stacks
dynamic_programming
general_problems
dicts
Counter_example.pyOrderedDict_example.py__init__.pycount_unique_words_.pydefaultdict_example.pydelete_duplicate_char_str.pyfind_anagram_hash_function.pyfind_dice_probabilities.pyfind_top_N_recurring_words.pyruntime_dicts_with_timeit_module.pysetdeault_example.pyveirfy_two_strings_are_anagrams.py
lists
__init__.pyfind_closest_num_seq.pyfind_duplicate_num_array.pyfind_long_con_inc_subseq.pyfind_majority_in_seq.pyfind_max_profit.pyfind_max_subarray.pyfind_product_without_division.pyfind_two_missing_numbers_in_sequence.pygreatest_sum_sub_array.pymerge_two_sorted_arrays.pyprint_all_seq_with_cont_num.pyremoving_duplicates_seq.pyruntime_lists_with_timeit_module.pysum_two_numbers_sequence.py
modules
__init__.pychange_ext_file.pyexport_pickle.pyfib_generator.pygrep_word_from_files.pyimport_pickle.pypassing_cmd_line_args.pyremove_blank_lines.pyusing_time_module.py
numbers
__init__.pyconvert_dec_to_any_base_rec.pyconvert_from_decimal.pyconvert_from_decimal_larger_bases.pyconvert_to_decimal.pyfind_fibonacci_seq.pyfinding_gcd.pyfinding_if_prime.pygenerate_prime.pysearch_entry_matrix.pytesting_floats.pytesting_numpy.pytesting_numpy_speed.pytesting_random.py
oop
sets
__init__.pyremoving_duplicates_seq_.pyset_operations_dict.pyset_operations_with_dict.pyset_operations_with_lists.py
strings
__init__.pycount_unique_words.pyfind_all_permutations_string.pyfind_edit_distance.pyfind_palindrome_rec.pyfind_subst_in_str.pylongest_common_substring.pyreverse_string_inplace_rec.pyreversing_words_setence.py
tuples
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!
|
BIN
book/book_second_edition.pdf
Normal file
BIN
book/book_second_edition.pdf
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue