mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-06-18 11:59:33 -04:00
Change the dir structure slightly
This commit is contained in:
parent
6b6fe21db3
commit
2f4a9638c0
184 changed files with 0 additions and 21 deletions
LICENSE
ebook
interview_problems
balanced.pybinary_search.pybst.pycheck_anagram.pycombination.pyhash_table.pylinked_list.pylongest_common_prefix.pylongest_increasing_subsequence.pymerge_sort.pypalindome.pypermutation.pyqueue.pyquick_sort.pyreverse_str.pystack.py
source_code
USEFUL
advanced
basic_examples
example_OrderedDict.pyexample_args.pyexample_benchmark_decorator.pyexample_comp_lists.pyexample_counter.pyexample_decorators.pyexample_defaultdict.pyexample_doctest.pyexample_fractions.pyexample_generator.pyexample_lambda.pyexample_logging.pyexample_numpy.pyexample_open_files.pyexample_pickle.pyexample_queue.pyexample_random.pyexample_setdefault.pyexample_sets.pyexample_socket.pyexample_string_format.pyexample_subprocess.pyexample_telnet.pyexample_testing.pyexample_threads.pyexample_time.py
dynamic_programming
oop
useful_with_files
abstract_structures
HashTable.pyQueue.pyStack.py__init__.py
heap
linked_list
__init__.pycircular_ll.pydouble_linked_list_fifo.pyfind_kth_from_the_end.pylinked_list_fifo.pylinked_list_lifo.pynode.pypart_linked_list.pysum_linked_list.py
queues
stacks
bitwise
21
LICENSE
21
LICENSE
|
@ -1,21 +0,0 @@
|
||||||
The MIT License (MIT)
|
|
||||||
|
|
||||||
Copyright (c) 2014 Mari Wahl
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
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