All Projects → edoardottt → py-problems-solutions

edoardottt / py-problems-solutions

Licence: other
Implementations of various problems using Python. Dynamic Programming, BackTracking & Sorting algorithms 💻

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to py-problems-solutions

LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
Stars: ✭ 359 (+1695%)
Mutual labels:  graphs, coding, dynamic-programming, algorithms-and-data-structures
Competitive Programming Repository
Competitive Programming templates that I used during the past few years.
Stars: ✭ 367 (+1735%)
Mutual labels:  graphs, dynamic-programming, algorithms-implemented
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (+285%)
Mutual labels:  backtracking, dynamic-programming
SeaPearl.jl
Julia hybrid constraint programming solver enhanced by a reinforcement learning driven search.
Stars: ✭ 119 (+495%)
Mutual labels:  graphs, dynamic-programming
psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Stars: ✭ 34 (+70%)
Mutual labels:  dynamic-programming, techniques
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (+15%)
Mutual labels:  algorithms-implemented, algorithms-and-data-structures
problem-solving
No description or website provided.
Stars: ✭ 56 (+180%)
Mutual labels:  backtracking, dynamic-programming
FAANG-Coding-Interview-Questions
A curated List of Coding Questions Asked in FAANG Interviews
Stars: ✭ 1,195 (+5875%)
Mutual labels:  coding, algorithms-and-data-structures
DSA--GeeksForGeeks
DSA course solutions in C++ Jump to below directly for more problems
Stars: ✭ 47 (+135%)
Mutual labels:  backtracking, dynamic-programming
the-aviator
🎮 Welcome to the Aviator game!
Stars: ✭ 35 (+75%)
Mutual labels:  coding, coding-challenges
Competitive-Programming-Algorithms
The purpose of this repository is to get all the Algorithms required for Competitive Programming at one place. This will be very helpful. Also one can contribute to this repository and learn something from this.
Stars: ✭ 21 (+5%)
Mutual labels:  coding, algorithms-and-data-structures
Competitive Programming
Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.
Stars: ✭ 65 (+225%)
Mutual labels:  dynamic-programming, algorithms-and-data-structures
Algorithm-in-JavaScript
Implementing all-time classic algorithmic problems in JS
Stars: ✭ 20 (+0%)
Mutual labels:  algorithms-implemented, algorithms-and-data-structures
LeetCode
Solution to LeetCode Problems in Python and Golang 🎯
Stars: ✭ 12 (-40%)
Mutual labels:  dynamic-programming, backtracking-algorithm
timetable-scheduler
⏲ An Activity Scheduling Project of Algorithms Analysis to schedule the timetable for Educational Institutes.
Stars: ✭ 26 (+30%)
Mutual labels:  algorithms-implemented, algorithms-and-data-structures
AlgorithmsAndDataStructure
Algorithms And DataStructure Implemented In Python, Java & CPP, Give a Star 🌟If it helps you
Stars: ✭ 724 (+3520%)
Mutual labels:  backtracking-algorithm, algorithms-and-data-structures
data-structures-and-algorithms
Important data structures and algorithms implemented in Java along with solutions to AlgoExpert problems and some Leetcode problems.
Stars: ✭ 222 (+1010%)
Mutual labels:  algorithms-implemented, algorithms-and-data-structures
Coding Ninjas Competitive
This will have all the solutions to the competitive programming course's problems by Coding ninjas. Star the repo if you like it.
Stars: ✭ 168 (+740%)
Mutual labels:  graphs, dynamic-programming
algoexpert
AlgoExpert is an online platform that helps software engineers to prepare for coding and technical interviews.
Stars: ✭ 8 (-60%)
Mutual labels:  graphs, dynamic-programming
icpc
Resources for Competitive Programming
Stars: ✭ 14 (-30%)
Mutual labels:  algorithms-implemented, algorithms-and-data-structures

py-problems-solutions 💻

Python implementations for various problems.

Python 3.6 Codacy Badge

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 to contact me.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].