Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists tagged with dynamic-programming
A curated list of projects in awesome lists tagged with dynamic-programming .
https://tvoygit.ru/r6/seapearl.jl
Julia hybrid constraint programming solver enhanced by a reinforcement learning driven search.
constraint-programming dynamic-programming graphs julialang reinforcement-learning research
Last synced: 29 Sep 2024
https://github.com/koji/leetcode
my solution for leetcode
array code codeinterview dynamic-programming hashtable leetcode leetcode-python python3 recursive-algorithm tree-structure
Last synced: 23 Dec 2024
https://github.com/ichowdhury01/ece-365-data-structures-and-algorithms-i-ii
Projects for Data Structures & Algorithms classes.
algorithms data-structures dijkstra-algorithm dynamic-programming sorting-algorithms
Last synced: 13 Dec 2024
https://github.com/akr-2803/dsa-declassified
Declassified, easy to-understand explanations and visuals to DSA problems and more.
algorithms algorithms-and-data-structures data-structures data-structures-and-algorithms dynamic-programming
Last synced: 17 Dec 2024
https://github.com/mikeleo03/course-scheduler_frontend
Frontend side of Course Scheduler using Dynamic Programming with React Typescript, Golang, and Postgresql
course-scheduler dynamic-programming golang react-tsx
Last synced: 22 Nov 2024
https://github.com/nisarldev/dynamic_programming_java_freecodecamp
Learn how to use Dynamic Programming with Java in this course for beginners.
Last synced: 23 Dec 2024
https://github.com/badr-moufad/algorithm-toolbox
The solution of some well-known algorithm problems using the three well-known algorithm patterns: greedy algorithm, divide and conquer, and dynamic programming
alogrithms divide-and-conquer dynamic-programming greedy-algorithm
Last synced: 17 Dec 2024
https://github.com/mikeleo03/course-scheduler_backend
Backend side of Course Scheduler using Dynamic Programming with React Typescript, Golang, and Postgresql
course-scheduler dynamic-programming golang react-tsx
Last synced: 22 Nov 2024
https://github.com/mayank-02/minimum-edit-distance
Implementation of Wagner–Fischer algorithm for Levenshtein distance between two strings
dynamic-programming edit-distance levenshtein-distance python wagner-fischer-algorithm
Last synced: 22 Nov 2024
https://github.com/mathiasuy/greedy-programacion-dinamica
Estrategias Greedy, Divide and Conquer (Divide y vencerás) usando Merge Sort y Programación Dinámica. Todo en O(nlogn)
divide-and-conquer dynamic-programming greedy-algorithms mergesort programacion-dinamica
Last synced: 01 Jan 2025
https://github.com/hantbk/300code
Coding Everyday Until I Get A Job
algorithms-and-data-structures cpp dynamic-programming leetcode leetcode-solutions python
Last synced: 18 Dec 2024
https://github.com/harish-aka-shivi/algo-ds
Data structures implementations, algorithms, leetcode solutions, etc
algorithms data-structures dynamic-programming leetcode recursion typescript
Last synced: 18 Dec 2024
https://github.com/simonespa/algorithms-and-data-structures
An open source collection and playground of algorithms, data structures and related documentation to brush up your knowledge of computer science fundamentals, or learn it from scratch.
algorithms arrays bfs data-structures dfs dynamic-programming graph graph-theory in-order iteration list post-order pre-order recursion search-algorithms sorting-algorithms tree
Last synced: 24 Dec 2024
https://github.com/navdeep-g/project-euler
Project Euler problems solved with Java
algorithms dynamic-programming java math mathematics project-euler
Last synced: 24 Dec 2024
https://github.com/nishi1612/sequence-alignment-problem
CSCI570 Analysis of Algorithms Project: Sequence Alignment Problem
analysis divide-and-conquer dynamic-programming memory-analysis python3 sequence-alignment time-complexity-analysis
Last synced: 24 Dec 2024
https://github.com/hernanmd/needleman-wunsch
Implementation of the Needleman-Wunsch algorithm in Pharo
alignment dynamic-programming needleman-wunsch needleman-wunsch-algorithm pharo smalltalk
Last synced: 18 Dec 2024
https://github.com/ibrahimalsabr/lespetitsplats
Les Petits Plats is an interactive cooking recipe platform. The project has evolved from a cookbook publishing house to a rich and interactive website where users can easily find, filter, and explore recipes thanks to an advanced search engine and an optimized user interface.
css dynamic dynamic-programming filter filter-lists filtering html java js json npm-package sass sass-framework
Last synced: 19 Dec 2024
https://github.com/zuecopio/pra_2324
Prácticas de la asignatura de Programación Avanzada
class divide-and-conquer dynamic-programming hash list makefile node template
Last synced: 19 Dec 2024
https://github.com/youssef-ashraf71/fibonacci-of-nth-blog
Fibonacci Sequence Report for DSA course.
dynamic-programming fibonacci-sequence matrix-exponentiation
Last synced: 19 Dec 2024
https://github.com/augustdanell/algorithms
Here I put up implementations of Sorting Algorithms, Dynamic programming, etc. Algorithms that can be useful to have.
algorithms brute-force dynamic-programming greedy greedy-algorithms sorting-algorithms
Last synced: 24 Dec 2024
https://github.com/bruce-lee-ly/algorithm_design
Use several algorithm design methods to solve several common problems with C++11.
algorithm-design backtrack branch-bound cpp11 divide-conquer dynamic-programming greedy
Last synced: 15 Nov 2024
https://github.com/dhruvsrikanth/algorithms
A collection of useful algorithms I am learning or have learnt and implemented to further develop my understanding!
algorithms data-structures dynamic-programming graph-algorithms graphs multiplcation-algorithms np-complete-problems optimization-algorithms searching-algorithms sorting-algorithms
Last synced: 25 Dec 2024
https://github.com/jastka4/pea_1
Project for university. Implementation of TSP algorithms (brute force, dynamic programming, branch & bound).
branch-and-bound brute-force cpp17 dynamic-programming travelling-salesman-problem tsp
Last synced: 25 Dec 2024
https://github.com/sgangopadhyay/table_by_month_of_an_year
PHP program to create MySQL table based on Dates of a Month of an Year
Last synced: 01 Jan 2025
https://github.com/wathfield/jasperventer
Personal portfolio-website.
art dynamic-programming portfolio-website visual-studio-code
Last synced: 01 Jan 2025
https://github.com/youssefwilliam/dynamic-programming-101
In this repo, we learn the basics of dynamic programming and how to use it to simplify complex problems
Last synced: 05 Jan 2025
https://github.com/gustavotemple/dynamicprogramming
Dynamic Programming code for MO640 course
dynamic-programming edit-distance levenshtein-distance needleman-wunsch
Last synced: 11 Nov 2024
https://github.com/ambidextrous9/data-structures-and-algorithms
Implementation of various Algorithms and Data Structures
algorithms bfs-algorithm binary-tree bst datastructures dfs-algorithm dynamic-programming graph kadanes-algorithm sorting-algorithms
Last synced: 12 Nov 2024
https://github.com/progambler227788/leetsync-python
Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v3](https://github.com/raphaelheinz/LeetHub-3.0)
array backtracking-algorithm bfs-algorithm dfs-algorithm dynamic-programming graph heap leetcode leetcode-python leetcode-solutions matrix queue recursive-algorithm sorting-algorithms stack string topological-sort two-pointers
Last synced: 26 Dec 2024
https://github.com/rafael-cesario/algorithms
A collection of algorithms.
algotirhm arrays binary-tree dynamic-programming graph leetcode linked-list search sort strings
Last synced: 29 Dec 2024
https://github.com/maximlevchenko/cpp-projects
This repository features my university projects, where I applied concepts like algorithms, data structures, dynamic programming, automata theory, grammars, multithreading, and concurrent programming in C++.
abstraction automata-theory avl-tree bfs-algorithm dynamic-programming multithreading oop-principles
Last synced: 26 Dec 2024
https://github.com/hit07/sequeance-alignment-dp
This repository contains an implementation of a DNA sequence alignment algorithm using dynamic programming (DP) optimised with a divide and conquer strategy to improve efficiency and reduce runtime.
algorithms data-structures divide-and-conquer dynamic-programming python3 sequeance-alignment
Last synced: 12 Nov 2024
https://github.com/iglee/smith-waterman
Implementation of Smith-Waterman local alignment model- find closest local alignments in two given amino acid sequences. BLOSUM was used as the scoring matrix.
computational-biology dynamic-programming sequence-modeling smith-waterman-alignment
Last synced: 26 Dec 2024
https://github.com/yazan98/feature-flag-example
Feature Flag To Build Dynamic UI With Spring Boot / Kotlin
config configs configuration configuration-management dynamic-programming dynamic-ui feature-flags feature-selection feature-toggles
Last synced: 07 Jan 2025
https://github.com/saphereye/rna-folding-simulation
Implementation and visualization of dynamic programming based RNA secondary structure approximation
cpp11 dynamic-programming graphviz-dot opengl rna-folding
Last synced: 19 Nov 2024
https://github.com/kambojankit/javads
Implementation of various Data Structures & algorithms along with some interesting problem solving.
algorithms-and-data-structures algorithms-datastructures data-structures datastructures dynamic-programming java
Last synced: 12 Nov 2024
https://github.com/guibrandt/lcs_demo
Demonstração de algoritmo Largest Common Subsequence, pra aula do maligno \o
cpp demo dynamic-programming graphviz lcs maligno
Last synced: 12 Nov 2024
https://github.com/g1joshi/dsa
Data Structures and Algorithms
array backtracking bit-manipulation disjoint-sets divide-and-conquer dynamic-programming graph greedy hashing heap linked-list mathematics matrix queue recursion searching sorting stack string tree
Last synced: 10 Nov 2024
https://github.com/wilcywilson/leetcode-solutions
Practising Leetcode Problems
dynamic-programming leetcode-java leetcode-solutions
Last synced: 11 Nov 2024
https://github.com/ayeshathoi/dsa-i
Data-Structure & Algorithm Assignments
array-list bst divide-and-conquer dynamic-programming graph greedy-algorithms heap linked-list queue sorting-algorithms stack
Last synced: 02 Jan 2025
https://github.com/presidentsam100/leetcodeblind75
My original solutions to all of LeetCode Blind 75 Problems
advanced-graph arrays-and-hashing backtracking binary-search bit-manipulation dynamic-programming geometry graphs greedy heap-priority-queue intervals linked-list math sliding-window stack trees tries two-pointers
Last synced: 10 Nov 2024
https://github.com/guptamudit/dsa---leetcode
LeetCode Problems
cpp database dynamic-programming javascript mysql problem-solving python sorting-algorithms sql
Last synced: 14 Nov 2024
https://github.com/crvlwanek/leetcode
A collection of solutions to LeetCode problems
algorithms binary-search binary-trees cpp data-structures dynamic-programming leetcode linked-list math python recursion trie typescript
Last synced: 11 Nov 2024
https://github.com/sldeaals/dynamic-programming-exercise
Find the minimum cost to make the sequence good
dynamic-programming javascript mathematics try-catch
Last synced: 02 Jan 2025
https://github.com/aman-godara/programming-problems
This repository consists of various frequently used programs and solutions to many types of programming problems.
array dynamic-programming problem-set problem-solving problemsolving programming-challenge programming-challenges programming-exercise programming-exercises python python-3 python3 recursion recursive-algorithm
Last synced: 30 Dec 2024
https://github.com/mvaibhav131/react_charts
creating the chart application using the chartjs and chartjs 2
build chartjs chartjs-2 charts component-library dynamic-programming eslint github-config gitignore reactjs src
Last synced: 14 Nov 2024
https://github.com/ibnekayesh/skiw.jo
Self Knowledge Improvement Workshop - Json and Oracle Database
dynamic dynamic-forms dynamic-programming json oracle oracle-database oracle-json oracle19c
Last synced: 07 Jan 2025
https://github.com/tymorrow/elm-dist-demo
Compute Levenshtein distance using dynamic programming in Elm
dynamic-programming elm functional-programming levenshtein-distance
Last synced: 12 Nov 2024
https://github.com/fairlytales/algorithms_and_data_structures
Diving into math, sorting, search, recursion, sets, greedy, knapsack and dynamic algorithms and data structures in TypeScript
algorithms array-algorithms dynamic-programming greedy-algorithms math-algorithms searching-algorithms sorting-algorithms typescript
Last synced: 07 Jan 2025
https://github.com/anupamakib/bfs-dfs-dp
practice problem
backtracking bfs bitmasking dfs dynamic-programming shortest-paths
Last synced: 14 Nov 2024
https://github.com/jubayer98/example-of-dynamic-programming
This task focuses on dynamic programming and palindromes, which are strings that read the same forwards and backwards. A single-letter string is trivially a palindrome. Any string can be broken down into a sequence of palindromes.
Last synced: 12 Nov 2024
https://github.com/codebanesr/algoinpython
Contains implementation of some of the algorithms in Aho Ullman in python
algorithms backtracking dynamic-programming graph-algorithms graph-theory javascipt python
Last synced: 19 Nov 2024
https://github.com/quantecon/lecture-dps
Dynamic Programming Squared
computational-economics dynamic-programming quantecon
Last synced: 11 Nov 2024
https://github.com/ndsvw/minimum-sum-partitioning
Dynamic-Programming solution of the "Minimum-Sum-Partitioning"-Problem: Given a list: What is the minimum absolute difference between the the sums of 2 arrays consisting of all the elements from the input array?
algorithm algorithm-challenge dynamic-programming
Last synced: 14 Nov 2024
https://github.com/ndsvw/maximum-profit-problem
Dynamic-Programming solution of the Maximum Profit Problem: Given an array of n integers representing a price of something over a time period: What is the maximum profit you can make by buying and selling at most k times?
algorithm complexity-analysis dynamic-programming maximum-profit price
Last synced: 14 Nov 2024
https://github.com/ndsvw/largest-square-formed-in-a-matrix-problem
Dynamic-Programming solution of the "Largest square formed in a matrix"-Problem: Given a binary matrix: What is the maximum size square sub-matrix with all 1s? (and additional: What is the maximum size square sub-matrix with all 1s at the border?)
algorithm algorithm-challenge binary complexity-analysis dynamic-programming matrix
Last synced: 14 Nov 2024
https://github.com/ndsvw/box-stacking-problem
Dynamic-Programming solution of the "Box stacking"-Problem: Given a set of N rectangular 3-D boxes. What is the highest possible stack you can create with them? Only strictly smaller boxes are allowed on top of each other (2D-based); rotation is allowed.
3d algorithm algorithm-challenge complexity-analysis dynamic-programming
Last synced: 14 Nov 2024
https://github.com/tansudasli/c-sandbox
core C concepts
c concurrent-programming dynamic-programming multi-threading
Last synced: 12 Nov 2024
https://github.com/barbarpotato/coding-interview-preparation
This course will help you prepare for the unique aspects of a coding job interview, with approaches to problem-solving and computer science foundations.
bigonotation binary-search binarytree breadth-first-search computerscience data-structures depth-first-search divide-and-conquer dynamic-programming graph greedy-algorithms hashfunction hashtable heap linearsearch quicksort recursion selection-sort spacecomplexity timecomplexity
Last synced: 12 Nov 2024
https://github.com/asim-2000/python-programming
competitive-coding dynamic-programming programming python
Last synced: 11 Nov 2024
https://github.com/aimenux/dynamicmethodbenchdemo
Benchmarking various ways of dynamically invoking methods
benchmarkdotnet dynamic-programming net50 reflection vs19
Last synced: 11 Nov 2024
https://github.com/avidlearnerinprogress/internship_tasks
Problems implemented by me for internship process
algorithms datastructure dynamic-programming flask javascript python
Last synced: 14 Nov 2024
https://github.com/riddhish97/dsa
This Repo will have DSA and problem solving solution
algorithm array data-structures dynamic-programming hashmap javascript
Last synced: 11 Nov 2024
https://github.com/maliknaik16/data-structures-and-algorithms
Data Structures, Algorithms, and some advanced concepts implemented in Python.
algorithm-patterns algorithms backtracking competitive-programming cracking-the-coding-interview data-structures dynamic-programming memoization sorting
Last synced: 26 Dec 2024
https://github.com/ashishranjan9585/dsa-dp
All Top Question for Dynamic Programming
Last synced: 11 Nov 2024
https://github.com/lasithaamarasinghe/cs-2023-data-structures-algorithms
CS-2023-Data-Structures-Algorithms
complexity-analysis dsa dynamic-programming graphs hashtable heaps linked-list mst recursion sorting sssp
Last synced: 11 Nov 2024
https://github.com/ambidextrous9/600-dsa-problems
600+ DSA Problems solved from GFG, LeetCode, BinarySearch
algorithms algorithms-and-data-structures binary-search dsa dsa-algorithm dsa450 dynamic-programming leetcode
Last synced: 12 Nov 2024
https://github.com/augusto11cb/data-structures-and-algorithms
Repository of code references, notes and observations on data structure and algorithm studies.
big-o big-o-performance data-structures dynamic-programming graph-algorithms hash hashmap hashmaps hashset hashtable hashtables heap linked-list priority-queue queue searching-algorithms sorting-algorithms stack tree-structure trie
Last synced: 01 Jan 2025
https://github.com/andreie91/contests
Welcome to the Coding Contest Challenges Repository! Here, you'll find a collection of various code challenges inspired by coding contests. These challenges cover a wide range of topics, from classic games like Rock-Paper-Scissors tournaments to complex optimization problems involving trading, efficient routing, and heavy graph algorithms.
challenge dynamic-programming graph optimization rock-paper-scissors rock-paper-scissors-lizard-spock
Last synced: 14 Nov 2024
https://github.com/adi3042/data-structure-with-java
🚀 Master data structures in Java! From stacks to trees, explore efficient, well-commented code to power up your coding skills. Perfect for learners & pros alike! ☕️💡 #Java #DataStructures
array arraylist bit-manipulation dynamic-programming graph linked-list queue recursion stack trees
Last synced: 30 Dec 2024
https://github.com/sandeepkundalwal/dsa-practice
Data Structures & Algorithms problems that I solve over various coding platforms.
arrays backtracking binary-tree data-structures-and-algorithms divide-and-conquer dynamic-programming graph-algorithms java math memoization recursion space-optimization tree-structure
Last synced: 07 Dec 2024
https://github.com/revan-alqahmi/maximum-sub-array-sum
Algorithms project, which is calculating the maximum sum of subarray. This project tests the skill of problem solving and logical thinking
algorithms dynamic-programming logical-programming problem-solving python
Last synced: 29 Dec 2024
https://github.com/starknightt/falling-stars
The Falling Stars project is a fun and dynamic web animation created using HTML, CSS, and JavaScript. It brings a playful touch to your webpage by simulating stars falling from the top to the bottom with a rotation animation.
animation animation-css animation-effects dynamic-programming html-css-javascript stars
Last synced: 13 Nov 2024
https://github.com/iampavangandhi/froggyjump
🐸 Minimum Jump Froggy Game (using Dynamic Programming)
data-structures dynamic-programming javascript phaser vanilla-javascript
Last synced: 16 Nov 2024
https://github.com/lippiece/leetcode
My solutions for LeetCode 75 Study
algorithm array binary-search data-science data-structures dynamic-programming linked-list queue stack string
Last synced: 16 Nov 2024
https://github.com/danrpts/min_ukp
Generalized solution to Minimization of Unbounded Knapsack Problem.
algorithm dynamic-programming knapsack minimization
Last synced: 31 Dec 2024
https://github.com/memgonzales/aiep-python-scratch
Materials for the AMSLI Informatics Enrichment Program (AIEP), a training program for students representing the Philippines in international computational thinking and informatics contests
acm-icpc algorithms big-o binary-search binary-search-tree bisection-method bitwise-operators competitive-programming data-structures debugging divide-and-conquer dynamic-programming greedy-algorithms programming-for-kids python3 queue recursion scratch3 stack
Last synced: 19 Nov 2024
https://github.com/dino-kupinic/leetcode
🏆 my solutions to various LeetCode coding challenges in C++
cmake cpp dynamic-programming easy leetcode-solutions medium problem-solving
Last synced: 07 Jan 2025
https://github.com/justinmeiners/braid-rank-thesis
abstract-algebra algorithms braid-groups dynamic-programming math
Last synced: 17 Dec 2024
https://github.com/aurasphere/flip
A Java library for doing stuff you are not supposed to.
dynamic-programming java memory-allocation memory-management unsafe
Last synced: 02 Jan 2025
https://github.com/ahmedrafat-sw/problem-solving
this is a problem solving repo in java
arrays-and-strings dynamic-programming hackerrank-solutions interview-preparation java leetcode leetcode-solutions problem-solving programming-exercises searching-algorithms sliding-window sorting-algorithms twopointers
Last synced: 13 Nov 2024
https://github.com/aa-nadim/dynamic-programming
dynamic-algorithms dynamic-programming
Last synced: 29 Dec 2024
https://github.com/masumkhan081/algorithms-with-java
Coding Implementation Of Algorithms By Catagory
dynamic-programming graph-algorithms number-theory pattern-searching recursion
Last synced: 13 Nov 2024
https://github.com/ahmed-maher77/task-manager__todo-app
Effortlessly manage your tasks with this sleek and intuitive web application. Built with modern web technologies, Task Manager helps you stay organized and productive.
crud-application css dynamic-programming html html-css-javascript javascript localstorage responsive-design task-manager web-application web-development website
Last synced: 26 Dec 2024
https://github.com/bardifarsi/memoizationmultithreading
Sample project demonstrating the use of memoization, dynamic programming, and multi-threading to efficiently handle repeated heavy tasks and optimize performance. Results are cached for quick retrieval, and Multi-Threaded processing accelerates computation.
algorithms cpp cpp17 cpp20 data-structures dynamic-programming machine-learning machine-learning-algorithms memoization memory-management multi-threading multiprocessing multithreading parallel-computing parallel-programming
Last synced: 29 Dec 2024
https://github.com/otabek8866/my-leetcode-solutions
Solving LeetCode problems as a free time hobby
algorithms data-structures dynamic-programming leetcode-c leetcode-python leetcode-solutions questions-and-answers
Last synced: 14 Nov 2024
https://github.com/mohammadmrd/awesome-stuff
Awesome stuff in the programming world
algorithm awesome awesome-list dynamic-programming memoization
Last synced: 21 Nov 2024
https://github.com/bigabdoul/dynamic-fluent-apis
Provides functionalities that allow building a dynamic assembly with fluent API support for types from another assembly.
c-sharp common-intermediate-language dotnet dynamic-programming fluent-api fluent-design object-oriented-assembly-language object-oriented-programming reflection
Last synced: 04 Jan 2025
https://github.com/raypereda/word-break-problem
dynamic-programming word-break word-break-problem
Last synced: 14 Nov 2024
https://github.com/raypereda/stamp-dispenser
minimal stamp dispenser or minimal coin change maker
coin-change dynamic-programming
Last synced: 14 Nov 2024
https://github.com/timbo-rafa/python-lcs
Longest Common Substring
algorithms demo dynamic-programming hackerrank python
Last synced: 13 Nov 2024
https://github.com/martapolii/coding-problem-practice
A repository dedicated to solving coding problems from platforms like LeetCode, HackerRank, and more. It includes challenges and solutions across a variety of programming languages and topics such as algorithms, data structures, and problem-solving techniques.
algorithms bit-manipulation data-structures dynamic-programming mathematics optimization string-manipulation
Last synced: 13 Nov 2024
https://github.com/sheel-ui/leetcode
Here I will be adding my solutions to some I the problems I solved on LeetCode.
breadth-first-search data-structures depth-first-search dynamic-programming graphs greedy-algorithms hashmap java python trees two-pointers
Last synced: 14 Nov 2024
https://github.com/akashsingh3414/financial-portfolio-optimization
A medium-sized application that allows users to input investment options and constraints (budget and risk), run various optimization algorithms (knapsack, greedy, dynamic programming), and view results. It includes features like filtering, sorting, and graphical visualizations using Gnuplot.
cpp dynamic-programming gnuplot greedy-solution knapsack
Last synced: 06 Jan 2025
https://github.com/emahtab/minimum-number-of-jumps
Minimum Number Of Jumps
dynamic-programming minimum-number-of-jumps problem-solving
Last synced: 07 Dec 2024
https://github.com/404-geek/dynamic-programing
Popular Dynamic Programming problems solved in python
Last synced: 06 Dec 2024
https://github.com/roy7077/design-and-analysis-of-algorithm
algorithms-and-data-structures circular-linked-list data-structures dfs-algorithm dijkstra-algorithm doubly-linked-list dynamic-programming graph knapsack01 linked-list power-function stack subset-sum-problem topological-sort unordered-map
Last synced: 16 Nov 2024