https://github.com/edoardottt/py-problems-solutions
Implementations of various problems using Python. Dynamic Programming, BackTracking & Sorting algorithms :computer:
https://github.com/edoardottt/py-problems-solutions
algorithm algorithms algorithms-and-data-structures algorithms-implemented backtracking backtracking-algorithm code-design coding coding-challenges design dynamic-programming graphs python python-3 python-script python3 techniques
Last synced: about 2 months ago
JSON representation
Implementations of various problems using Python. Dynamic Programming, BackTracking & Sorting algorithms :computer:
- Host: GitHub
- URL: https://github.com/edoardottt/py-problems-solutions
- Owner: edoardottt
- Created: 2019-06-18T08:02:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T09:08:48.000Z (6 months ago)
- Last Synced: 2025-03-18T19:29:28.782Z (2 months ago)
- Topics: algorithm, algorithms, algorithms-and-data-structures, algorithms-implemented, backtracking, backtracking-algorithm, code-design, coding, coding-challenges, design, dynamic-programming, graphs, python, python-3, python-script, python3, techniques
- Language: Python
- Homepage: https://edoardottt.com/
- Size: 55.7 KB
- Stars: 25
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# py-problems-solutions :computer:
Python implementations for various problems.
[](https://www.python.org/downloads/release/python-360/)
I wrote these files while I was attending *Algorithm Design* course held by Prof. Monti Angelo in Sapienza University.
The course concerned about:- Graph Theory
- Greedy algorithms
- Divide et Impera
- Dynamic Programming
- BackTracking algorithms
- Depth and Breadth first search
- Dijkstra's algorithm
- Tarjan's algorithm
- Directed acyclic graph
- Particular graphs and problems:
- Knapsack
- Longest Path in DAG
- CPM
- Sudoku
- ...-------
[edoardottt.com](https://edoardottt.com/) to contact me.