Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 17 days ago
JSON representation

Implementations of various problems using Python. Dynamic Programming, BackTracking & Sorting algorithms :computer:

Awesome Lists containing this project

README

        

# py-problems-solutions :computer:

Python implementations for various problems.

[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](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
- ...

-------

[edoardoottavianelli.it](https://www.edoardoottavianelli.it) to contact me.