Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with dynamic-programming

A curated list of projects in awesome lists tagged with dynamic-programming .

https://github.com/mahdavipanah/constrainedscheduling

A solution for a constrained scheduling problem

algorithm dynamic-programming python scheduling

Last synced: 06 Dec 2024

https://github.com/nidhiupman568/leetcode-solved-problems

🏆🌟 I solve the Problem of the Day on LeetCode daily 🗓️🧩 and have successfully tackled over 150 interview questions. 💪🧠 Additionally, I've completed Love Babbar's 450 DSA sheet 📚 and Striver's 180 DSA sheet 📘. My primary coding language is C++ 💻, but I have also solved many problems in Java ☕. 🏆🌟

arrays backtracking binary-search-tree binary-trees bit-manipulation bitwise c-plus-plus divide-and-conquer dynamic-programming graphs greedy hash heap linked-list matrix recursion searching-and-sorting stacks-and-queues strings trie

Last synced: 11 Nov 2024

https://github.com/agnjason/0-1-knapsack-problem

0/1背包问题 动态规划问题

dynamic-programming python

Last synced: 14 Nov 2024

https://github.com/furkankayar/footballmanager

Comparison of Dynamic Programming and Greedy Approach on an example.

dynamic-programming greedy-algorithms java

Last synced: 13 Nov 2024

https://github.com/thainguyencoffee/todo-list

To do app using dynamic programming algorithm. NOTE: Project not CI\CD

algorithm dynamic-programming knapsack-problem

Last synced: 13 Nov 2024

https://github.com/akphi/vanilla.knapsack

Explore different algorithms for Maximum 0-1 Knapsack

3sat dynamic-programming fptas greedy-algorithms knapsack np-complete np-hard

Last synced: 22 Dec 2024

https://github.com/tans105/javaprogramming

Data structures and Algorithms + Questions from various competitive programming websites like leetcode, hackerrank, hackerearth, geekforgeeks etc.

algorithms arrays binary-trees competitive-programming core-java data-structures dynamic-programming geeksforgeeks hackerearth hackerrank java leetcode linked-list stack string

Last synced: 20 Nov 2024

https://github.com/greed2411/lcs

The longest common subsequence (LCS) problem is the problem of finding the longest subsequence common to all sequences in a set of sequences (often just two sequences). It differs from problems of finding common substrings: unlike substrings, subsequences are not required to occupy consecutive positions within the original sequences. The longest common subsequence problem is a classic computer science problem, and has applications in bioinformatics.

bioinformatics dynamic-programming python2 python3 regex subsequence

Last synced: 17 Nov 2024

https://github.com/abhiroop/provenance

Bottom up dynamic programming in Haskell

dynamic-programming haskell

Last synced: 24 Nov 2024

https://github.com/ahmedabougabal/myleetcodeanswers

Documenting my problem-solving solutions in C++ / Python / JavaScript

algorithms complexity cpp data-structures dynamic-programming javascript oop problem-solving python

Last synced: 21 Nov 2024

https://github.com/urunov/algorithms

algorithm, data structure, dynamic array, dynamic programming

algorithms algorithms-and-data-structures data dynamic-programming

Last synced: 25 Nov 2024

https://github.com/paulveillard/cybersecurity-static-analysis

An ongoing & curated collection of awesome vulnerability scanning software, libraries and frameworks, best guidelines, technical resources and most important static application security testing (SAST)

analysis cybersecurity cybersecurity-education dast dynamic-programming rsa rsa-cryptography sast static static-analysis static-analysis-plugin

Last synced: 07 Dec 2024

https://github.com/andi611/dynamic-programming-algorithm

A program that generates the Bézier curve for a given set of points based on dynamic programming, Implementation in C++

algorithm bezier bezier-curve bezier-curves dynamic-programming

Last synced: 02 Dec 2024

https://github.com/thnguyen101/todo-list

To do app using dynamic programming algorithm. NOTE: Project not CI\CD

algorithm dynamic-programming knapsack-problem

Last synced: 26 Dec 2024

https://github.com/wapiti08/defense_evasion_with_gan

The project of Ransomware Detection with GAN

adversarial-attacks cuckoo dynamic-programming gan ransomware

Last synced: 04 Jan 2025

https://github.com/emahtab/decode-ways

Number of ways to decode

dynamic-programming leetcode problem-solving

Last synced: 07 Dec 2024

https://github.com/app-generator/devtool-django-dynamic-api

Django Dynamic API - Developer Tool | AppSeed

appseed django django-api dynamic-programming open-source

Last synced: 20 Dec 2024

https://github.com/dhrupad17/algorithm1_leetcode

In mathematics and computer science, an algorithm is defined as a process or set of rules to be followed in calculations or other problem-solving operations. This practical method is often used in calculations, data processing, and automatic reasoning because it contains clear and concise instructions and can be executed in limited time and space complexities.

backtracking bfs binarysearch bitmanipulation dfs dynamic-programming recursion slidingwindow twopointers

Last synced: 15 Nov 2024

https://github.com/dhrupad17/algorithm2_leetcode

In mathematics and computer science, an algorithm is defined as a process or set of rules to be followed in calculations or other problem-solving operations. This practical method is often used in calculations, data processing, and automatic reasoning because it contains clear and concise instructions and can be executed in limited time and space complexities.

backtracking bfs-algorithm binary-search bitmanipulation dfs-algorithm dynamic-programming recursion sliding-windows two-pointers

Last synced: 15 Nov 2024

https://github.com/karendouglas/code-quiz

This project offers a timed quiz where users answer coding questions within 100 seconds, earning points for correct answers and losing time for incorrect ones. Built with JavaScript, HTML, and CSS, it uses dynamic programming and local storage to track scores. Whether you're a coding enthusiast or beginner, join us for a challenging game.

css dynamic-programming html5 javascript localstorage

Last synced: 28 Nov 2024

https://github.com/nidhiupman568/c-plus-plus-problems-solved

🏆🌟 I solve the Problem of the Day on LeetCode daily 🗓️🧩 and have successfully tackled over 150 interview questions. 💪🧠 Additionally, I've completed Love Babbar's 450 DSA sheet 📚 and Striver's 180 DSA sheet 📘. My primary coding language is C++ 💻, but I have also solved many problems in Java ☕. 🏆🌟

arrays backtracking binary-search-tree binary-trees bit-manipulation bitwise c-plus-plus divide-and-conquer dynamic-programming graphs greedy hash heap linked-list matrix recursion searching-and-sorting stacks-and-queues strings trie

Last synced: 31 Oct 2024

https://github.com/aswinbarath/dynamic-programming

Problems based on Dynamic Programming and various patterns

dynamic-programming java problem-solving

Last synced: 25 Dec 2024

https://github.com/apurva-modi/cs580-intro-to-artificial-intelligence

Contains notebook implementations for the AI based assignments using graph based algorithms that are commonly used in solving AI based problems. Algorithms include BFS, DFS, Hill Climbing, Differential Evolution, Genetic, Back Tracking..

algorithms artificial-intelligence backtracking-algorithm bfs dfs dynamic-programming forward-checking genetic-algorithm heuristic-search-algorithms hill-climbing-search neural-network othello-game sudoku-solver travelling-salesman-problem

Last synced: 15 Dec 2024

https://github.com/aiveraiva/problem-solutions

My solutions to online judge website: LeetCode, Zerojudge, etc.

dynamic-programming leetcode leetcode-solutions online-judge problem-solving python solutions

Last synced: 23 Dec 2024

https://github.com/karendouglas/word-guessing-game

TEAM PROJECT (*&*)Dynamic Programming, (*&*)3rd-party API Integration (*&*)Animations,

api-client dynamic-programming html-css-javascript javascript

Last synced: 19 Dec 2024

https://github.com/selcuukyilmazz/schedulerassignments

This Project is for scheduling assignments with Greedy and Dynamic Programming

dynamic-programming greedy-algorithms java

Last synced: 13 Nov 2024

https://github.com/nthnn/n8

Just-In-Time-compiled dynamic general-purpose programming language utilizing OpenMP parallelism with built-in & language-level concurrency and unconventional syntax expressiveness.

concurrency concurrent-programming dynamic-programming general-purpose language openmp-applications openmp-parallelization programming-language scripting-language

Last synced: 13 Nov 2024

https://github.com/rexemin/topicos-ia-unison

Material de la materia de Tópicos Avanzados de Inteligencia Artificial de la Lic. en Ciencias de la Computación de la Universidad de Sonora.

artificial-intelligence dynamic-programming julia-language reinforcement-learning

Last synced: 23 Dec 2024

https://github.com/jasondrawdy/autumn-python

Discord utility bot developed to aid in the management of channels, displaying information, and for assisting server members with common and uncommon tasks.

ai bot data-science discord dynamic-programming hacktoberfest open-source programming python

Last synced: 29 Nov 2024

https://github.com/emahtab/rod-cutting

Rod Cutting Implementation

dynamic-programming problem-solving rodcutting

Last synced: 07 Dec 2024

https://github.com/feldroop/brute1000

Solving the game Potz1000 using dynamic programming

algorithms dynamic-programming games

Last synced: 19 Nov 2024

https://github.com/danitilahun/competitiveprogrammingsolutions

A comprehensive collection of code solutions for LeetCode and Codeforces problems, designed to enhance your competitive programming skills and help you tackle coding challenges with confidence.

algorithms array data-structures dynamic-programming graph kmp-algorithm linked-list matrix monotonic-stack python queue sliding-window sorting-algorithms stack tree trie two-pointers union-find

Last synced: 27 Dec 2024

https://github.com/ammahmoudi/designalgorithms

Homework Solutions for Design Algorithm Course as Computer Science B.Sc. Student at Department of Mathematical Sciences, Sharif University of Technology

algorithms data-structures dynamic-programming graph-algorithms greedy-algorithms linear-programming recursive-backtracking-algorithm

Last synced: 15 Nov 2024

https://github.com/masum184e/data_structure_and_algorithm

Ready to spice up your coding game? Look no further! Presenting your one-stop destination for a comprehensive collection of essential data structures and algorithms.

competitive-programming divide-and-conquer dsa dynamic-programming graph-theory greedy-algorithms problem-solving programming-contests sorting-algorithms

Last synced: 12 Dec 2024

https://github.com/sharkutilities/py2excel

A set of Python functions completely written in VBA macros that can be added as an excel add-ins, or run via a macro enabled workbook.

addins automation converter dynamic-programming excel excel-functions fiscal-year functions macros python vba

Last synced: 04 Jan 2025

https://github.com/patrickdocs/data-structures-and-algorithms

A collection of lectures, example source codes, and exercises related to learning and practicing Data Structures and Algorithms using the C programming language.

algorithms c data-structures dynamic-programming easy-to-understand introduction-to-programming

Last synced: 20 Dec 2024

https://github.com/vgherard/viterbi

Viterbi algorithm for optimal paths in Hidden Markov Models

algorithm dynamic-programming hidden-markov-model natural-language-processing part-of-speech-tagging

Last synced: 13 Dec 2024

https://timbar09.github.io/Awesome-Books/

This is a simple website that displays a list of books and allows you to add and remove books from that list.

dynamic-programming

Last synced: 27 Oct 2024

https://github.com/simonskodt/aldes-kattis

Weekly Kattis exercises, implementing various algorithms introduced in the course on Algorithm Design.

algorithm-design divide-and-conquer dynamic-programming flow greedy stable-matching

Last synced: 04 Jan 2025

https://github.com/dinukanavaratna/d3-mobile-app

This is a mobile application that can be used to address the deceases such as dyslexia, dyscalculia & dysgraphia in Sinhala Language. In this repo, the Android mobile application (Kotlin) & the backend microservice (Python) have been included.

api-rest dynamic-programming file-upload flask http java kotlin python recording restful-api tracing

Last synced: 17 Dec 2024

https://github.com/samuelastech/code

Every piece of concept that I'm learning will be placed here so that I can consult it later as a reference

algorithms data-structures data-types dynamic-programming language-learning math programming-paradigms

Last synced: 19 Nov 2024

https://github.com/udoprog/aoc2020

Solutions to Advent of Code 2020 in the Rune programming language

aoc2020 dynamic-programming rune

Last synced: 01 Jan 2025

https://github.com/matmoore/stationhop

How many stations do you need to visit on the london underground, so that the letters cover all letters of the alphabet?

dynamic-programming puzzle

Last synced: 15 Dec 2024

https://github.com/pankajsingh09/javacrux_cb

This repository contains all the Data Structure and Algorithm that I learn throughout the Coding Blocks JavaCrux (DSA With Java) Course.

abstraction array dynamic-programming hashmap heap interface linked-list queue recursion stack string

Last synced: 05 Dec 2024

https://github.com/kraftpunk97-zz/gamblers-problem

A dynamic programming solution to the classic gambler's problem introduced in Sutton and Barton's RL book

dynamic-programming gambler-problem reinforcement-learning-algorithms

Last synced: 11 Nov 2024

https://github.com/saif-gitreps/algorithms

Solutions of Solved Algorithm problems from various different online judges.

binary-search binary-search-tree dynamic-programming graph-algorithms greedy-algorithms hashing linked-list math string-manipulation

Last synced: 22 Dec 2024

https://github.com/jaygajera17/dynamic_programming

DP Problems with Recursive and tabular both approaches .

dp dynamic-programming striver-a2z-sheet takeuforward

Last synced: 17 Nov 2024

https://github.com/zuecopio/pra_2324_p2

Práctica 2: Técnicas algorítmicas avanzadas

divide-and-conquer dynamic-programming makefile

Last synced: 19 Dec 2024

https://github.com/s123dhara/ds_algo-zero-to-hero

DS_Algo Repository is a collection of solutions to problems from platforms like LeetCode, GeeksforGeeks (GFG), and various competitive programming (CP) contests. The repository focuses on efficient and optimized solutions to data structures and algorithm challenges, covering a wide range of topics such as: Arrays and String, DP, Graph, etc.

array arraylist backtracking dynamic-programming graph java string

Last synced: 11 Nov 2024

https://github.com/mohamad-jamal-j/coinsgame

Dynamic programming approach for a coin-picking game with interactive animation.

animation dynamic-programming java javafx

Last synced: 19 Dec 2024

https://github.com/doantrunghuy/exercises-and-solutions-to-algorithmic-problems

Accepted solutions, doing topics on: Introductory Problems, Sorting and Searching, Dynamic Programming, Graph Algorithms, Range Queries, Tree Algorithms, Mathematics, String Algorithms, Geometry.

advanced-techniques dynamic-programming geometry graph mathematics range-query string tree

Last synced: 26 Dec 2024

https://github.com/tsg405/data-structures-and-algorithms-specialisation

This Repo contains - Starter files, Coursework, Programming Assignments for the Master DataStructure and Algorithmic Programming Techniques Specialization Course -- offered by University of California San Diego & HSE University, Coursera.

bst-tree coursera data-structures dynamic-programming hashtables heap python-3 queue stack

Last synced: 27 Nov 2024

https://github.com/zakariaelbouzkri/my_cses_problems_solutions

this repo contains my solutions to the University of Helsinki's "Competitive Programming" course problem set hosted on the CSES (Code Submission Evaluation System) platform. This repository serves as a showcase of my problem-solving skills and coding journey as I tackle a variety of algorithmic challenges.

algo cpp cses-problem-set-solution data-structures dynamic-programming graph-algorithms math mathematics searching-algorithms sorting-algorithms

Last synced: 11 Nov 2024

https://github.com/freakwill/game-xxl

消消乐游戏动态规划法MATLAB实现

dynamic-programming game matlab matlab-gui xiaoxiaole

Last synced: 28 Nov 2024

https://github.com/ugurcanerdogan/greedy-and-dynamic-programming

Greedy algorithm and dynamic programming solutions for scheduling problem

algorithms binary-search dynamic-programming greedy-algorithms scheduling-algorithms

Last synced: 19 Dec 2024

https://github.com/emahtab/unique-binary-search-trees

Count the total number of BST possible with n numbers

binary-search-tree dynamic-programming leetcode problem-solving

Last synced: 07 Dec 2024

https://github.com/sathviksai002/hi-q-game

We are implementing our program for problem solving using java programming using dynamic programming approach under memotization and tabulation methods. It uses different Collection methods for different readymade predefined classes and objects to use it for easier accessibility.

algorithms brainvita dynamic-programming eclipse-ide java memorization optimization peg-solitaire

Last synced: 09 Nov 2024

https://github.com/emahtab/dynamic-programming-questions

Some of the most common Dynamic Programming problems

dynamic-programming

Last synced: 07 Dec 2024

https://github.com/emahtab/coin-change-2

Coin Change Problem (Total number of ways to make change) Implementation

coin-change dynamic-programming leetcode

Last synced: 07 Dec 2024

https://github.com/emahtab/maximal-square

Find the maximal square area

dynamic-programming leetcode problem-solving

Last synced: 07 Dec 2024

https://github.com/nokia/pattern-clustering

The pattern clustering tool groups similar input log lines according to a set of predefined regular expressions.

clustering-algorithm dynamic-programming language-theory pattern-matching

Last synced: 02 Dec 2024

https://github.com/hashirmeraj/mindquest-forum

MindQuest Forum is a dynamic platform for discussions and community interaction. Built with HTML, CSS, JavaScript, Bootstrap, PHP, and MySQL, it offers an intuitive, responsive design where users can create and join threads, manage categories, and connect with others on any device.

database-management dynamic-programming forum forums html javascript mysql mysql-database php website-template

Last synced: 06 Dec 2024