Skip to content

Commit a4637a3

Browse files
author
Mari Wahl
committed
interview problems: trees
1 parent e31b9e4 commit a4637a3

File tree

66 files changed

+406
-533
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+406
-533
lines changed

README.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
Python and Algorithms & Data Structures
2-
=======================================
1+
# Python and Algorithms & Data Structures
32

43
This repository contains a comprehensive study on Algorithms & Data Structures in Python, including an ["e-book" I wrote](http://mariwahl.us/docs/algorithms_in_python.pdf).
54

65
![](http://i.imgur.com/XruamX1.png)
76

87

9-
10-
Source Code Structure
11-
---------------------
8+
---
9+
## Source Code Structure
1210

1311

1412
src/
@@ -57,33 +55,41 @@ src/
5755

5856
├── sorting
5957

58+
└── Extra Interview Problems
59+
6060

61+
----
62+
## Installation
6163

62-
Installation
63-
------------
6464
The snippets are designed to be used individually. However, If you want to install all fo the libraries in your [virtualenv](https://coderwall.com/p/8-aeka), do this:
6565

6666
```
6767
$ pip install -r requirements.txt
6868
```
6969

7070

71+
----
72+
## Further Learning
73+
74+
### My Work:
75+
76+
* [Check out my lessons in machine learning.] (https://github.com/mariwahl/Machine-Learning-Lessons)
77+
7178

72-
Further Learning
73-
-----------------
74-
[Check out my lessons in machine learning.] (https://github.com/mariwahl/Machine-Learning-Lessons)
7579

80+
* [Check out my lessons in numerical methods.](https://github.com/mariwahl/Numerical-Methods-for-Physics)
7681

7782

78-
[Check out my lessons in numerical methods.](https://github.com/mariwahl/Numerical-Methods-for-Physics)
83+
* [Neat Problems in Python and Flask](https://github.com/mariwahl/Neat-Problems-in-Python-and-Flask)
7984

85+
### Third Party:
8086

81-
[Neat Problems in Python and Flask](https://github.com/mariwahl/Neat-Problems-in-Python-and-Flask)
87+
* [Interactive Python](http://interactivepython.org/)
8288

8389

90+
----
91+
## License
8492

85-
License
86-
----------
8793
When making a reference to my work, please use my twitter handle [_b_t_3_](https://twitter.com/_b_t_3_) or my [website](http://bt3gl.github.io/index.html).
8894

8995
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />

0 commit comments

Comments
 (0)