Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxagar/python_interviews
Data structures, algorithms, software design & Co. in python.
https://github.com/mxagar/python_interviews
algorithms data-structures python
Last synced: 24 days ago
JSON representation
Data structures, algorithms, software design & Co. in python.
- Host: GitHub
- URL: https://github.com/mxagar/python_interviews
- Owner: mxagar
- Created: 2022-05-06T04:44:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T08:30:25.000Z (7 months ago)
- Last Synced: 2024-11-05T20:22:35.397Z (2 months ago)
- Topics: algorithms, data-structures, python
- Language: Jupyter Notebook
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Software Engineering Interview Questions in Python
This repository was supposed to be a guide on data structures, algorithms, software design & Co. in Python. However, it is incomplete.
I started to create it while following the learning path [Ace the Python Coding Interview](https://www.educative.io/path/ace-python-coding-interview) in [educative.io](educative.io). The path is divided in 7 modules, which I will add as I complete them:
1. Data Structures
2. Algorithms
3. Recursion
4. Dynamic Programming
5. Object Oriented Design
6. System Design
7. Concurrency:warning: **However, I decided to discontinue this respository**.
Analternative repositories of mine which cover some of the related topics are:
- [data_structures_algorithms_udemy](https://github.com/mxagar/data_structures_algorithms_udemy). I created that repository while following the Udemy course [Python for Algorithms, Data-Structures, and Interviews](https://www.udemy.com/course/python-for-data-structures-algorithms-and-interviews), by J.M. Portilla.
- [design_patterns_notes](https://github.com/mxagar/design_patterns_notes). I created that repository while following the Udemy course [Design Patterns in Python](https://www.udemy.com/course/design-patterns-python/), by D. Nesteruk.Mikel Sagardia, 2022.
No guarantees