Topic: "dinamic-programming"
BabaMalik/Coding-Ninjas-Introduction-to-Python
This will have all the solutions to the Introduction to python course's problems by Coding ninjas. Star the repo if you like it.
Language: Jupyter Notebook - Size: 46.9 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 53 - Forks: 61

Pedro-Manoel/ATAL
Repositório com as atividades e matérias desenvolvidas ao longo da disciplina de Análise e Técnica de Algoritmos da UFCG
Language: Python - Size: 68.3 MB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 19 - Forks: 0

WellersonPrenholato/URI-Beecrowd
👨🏻💻 Algumas questões resolvidas do URI - Online Judge (Problems & Contests).
Language: C++ - Size: 88.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 12 - Forks: 2

Ashish2030/CPP_Programming_Language_Practice_Code
:octocat: 🌟ᴛʜɪꜱ ɪꜱ ᴍʏ ᴘʀᴀᴄᴛɪᴄᴇ ᴄᴏᴅɪɴɢ ꜱᴏʟᴜᴛɪᴏɴ ᴏꜰ ᴜꜱɪɴɢ ᴄ++ 💻 🎯 🚀
Language: C++ - Size: 322 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 11 - Forks: 9

nadakhader04/LeetCode
My solutions in leetcode
Size: 96.7 KB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 0

Akash-goyal-github/CodeWithAkash
Daily :star: CodeWithAkash :star: is an initiative to do daily coding. The daily code started on 24 May 2021 :technologist: . Selected Most Important questions :100: will be uploaded here with optimized solutions in the coming time. If one practices these questions then he/she will be ready to crack any big company. :boom: :100: Give us a :star: if you like the initiative.
Language: Java - Size: 393 KB - Last synced at: 12 days ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 3

BhryanS2/studying-programming
Resolução de execícios de programação competitiva e aprendizado de algorítimos e estrutura de dados
Language: C++ - Size: 1.76 MB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 5 - Forks: 0

malei-dc/TDA
Cursada 1C2024 Técnica de diseño de algoritmos UBA (ex Algoritmos y Estructuras de Datos III)
Language: C++ - Size: 45.1 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 5 - Forks: 1

RauPro/Algorithmic-Toolbox
My personal repository for problems of Coursera course Algorithmic Toolbox By University Of California San Diego
Language: C++ - Size: 11 MB - Last synced at: 13 days ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 0

jsmera/qbh-cuda
This project is a algorithm the Query-By-Humming (QBH) based on melody warping (Dinamic Time Warping) and inspired on https://www.hindawi.com/journals/tswj/2014/614193/
Language: Jupyter Notebook - Size: 372 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 1

guptaankitaa/Leetcode150
Top Interview 150 questions of LeetCode for Interview Preparation complete set of question to Ace Technical Interview
Language: C++ - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

RAJ4823/Codes
All competitive codes.
Language: C++ - Size: 2.66 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

zakariamejdoul/tsp_solving_dp_gvns
In this project we shall discuss on the Travelling Salesman Problem (TSP) and will take a few attempts to solve it, using Dynamic programming, or by using approximation algorithms (GVNS) and work on the corresponding python implementations.
Language: Jupyter Notebook - Size: 115 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

pefelippe/Algorithms
Algorithms implementation.
Language: Python - Size: 40 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

DevMboo/algoricca
Project structure, with complete PHP crud, route system, middleware and components
Language: PHP - Size: 32.2 KB - Last synced at: 24 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Yamil-Serrano/DNA-Sequence-Alignment
This project implements a DNA sequence alignment algorithm using dynamic programming techniques. The primary goal is to align two DNA sequences effectively, allowing for optimal matches while accounting for potential mismatches and gaps.
Language: Python - Size: 23.5 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Rodney-Menezes/Python-Macroeconomia-I---Maestria-UNI
Mis Códigos del curso que dicté: Python del Curso de Macroeconomía I en la Maestria en Ingenieria Economica de la UNI.
Language: Jupyter Notebook - Size: 20 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

LuisFelipePoma/Algorithmic_Complexity
Learning about Algorithmic Complexity with Graphs, DP, Greedy, etc.
Language: Jupyter Notebook - Size: 1.03 MB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

projeto-de-algoritmos/PD_MSC_Renderer
Encontre a maior subsequência crescente a partir de um conjunto de números. Programação Dinâmica - UnB, 2020
Language: Vue - Size: 5.75 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

AcoranGonzalezMoray/Algoritmo-0-1-Knapsack-Problem-Memoization
Resolución problema '0/1 Knapsack Problem' mediante recurrencia utilizando programación dinámica mediante memoization
Language: Python - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

AcoranGonzalezMoray/Algoritmo-0-1-Knapsack-Problem-Tabulation
Resolución problema '0/1 Knapsack Problem' mediante recurrencia utilizando programación dinámica mediante tabulation
Language: Python - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

MOoTawaty/DP-CoinCollecting-Problem
CoinCollecting Problem
Language: Python - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

ingenieraLesly/criptoPoio-coin
Un proyecto dinámico y minimalista sin JS con efectos y estilos de Bootstrap
Language: HTML - Size: 2.88 MB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

micasa-acerman/practice-magistracy-work
Решение задачи о назначениях с ограничением планового периода с использованием метода ветвей и границ
Language: JavaScript - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

geovani-moc/Algoritmos
Exemplos de algoritmos básicos
Language: Scilab - Size: 51.8 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

DanielMPMatCom/DAA-Problem-Sets
Set of problems from the contents of Design and Analysis of Algorithms. Complexity Theory, Dynamic Programming, Greedy, Flow, Divide and Conquer
Language: TeX - Size: 1.4 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

augustoguerra-ufmg-projects/ALGORITMOS-I-TP3
Language: C++ - Size: 211 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

kaiumuddin/DSA-Codes
Welcome to my Data Structures and Algorithms (DSA) Repository! This repository is exclusively curated by me to organize and store personal implementations of data structures and algorithms.
Language: C++ - Size: 60.5 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 1

alissonooliveiraofc/pixels-art
Bora fazer uns desenhos em forma de Pixel? Escolha uma cor, clique no pixel do Board, personalize o tamanho e divirta-se!
Language: JavaScript - Size: 271 KB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

ItsPinion/Chess-Lessons-Scheduler
An innovative platform to book lessons, connect with instructors, and engage in a vibrant community. Built with Next.js, React, TypeScript, and Clerk and Drizzle-Orm for a seamless learning experience
Language: TypeScript - Size: 1.26 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

DesireeAv/TSP-Solutions
Genetic Algorithm, Dinamic Programing and Backtracking solutions to the Traveling Salesman Problem TSP
Language: C++ - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Mihajlo7/Character-Coding
Demonstration examples of algorithms and their performance measurement in the clojure programming language.
Language: Clojure - Size: 174 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Projetos-PUC-Alunos/FPAA_TPF
Trabalho final da matéria de Fundamento de Projeto e Análise de Algoritmos, 3º Período - Noite, Engenharia de Software PPL - Prof. João Caram
Language: Python - Size: 1.82 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

reyandres015/knapsack-problem-python
El repositorio "Problema de la Mochila" contiene soluciones en Python para el conocido problema de la mochila (Knapsack Problem) en sus versiones no fraccionada y fraccionada. El problema de la mochila es un clásico de la optimización combinatoria.
Language: Python - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

kamil116rus/calc_1.0
calc
Language: C - Size: 87.9 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Lucaspm5/Algoritmos
Deep studies on algorithms
Language: C - Size: 128 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

cortega26/Foobar
Embark on a journey of coding challenges with Google Foobar. This repository showcases my solutions to these complex algorithms and data structure problems. Follow my progress and witness how I tackle each challenge with logic, creativity, and efficiency.
Language: Python - Size: 88.9 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

dariopullia/Held-Karp-Algorithm
Data Structure and Algorithms, Master Degree in Physics, University of Milan
Language: Python - Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BieAnimaton/particao_inteiros-programacao_dinamica
Programa em C para encontrar a partição do número "x" inserido.
Language: C - Size: 20.5 KB - Last synced at: 4 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

facutotaro/TP1Algo3
Primer trabajo práctico de la materia Algoritmos y Estructuras de datos 3 de la Universidad de Buenos Aires. Keywords: Backtracking, Programación Dinámica, Algoritmos Codiciosos
Language: C++ - Size: 71.1 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

tissimich/Reinforcement-learning
Reinforcement learning notebooks
Language: Jupyter Notebook - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

BeeMaxim/NonogramSolver
Nonogram solver based on dinamic programming
Language: C++ - Size: 939 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

mro15/box-stacking
Implementação utilizando a técnica de programação dinâmica para o Problema de Empilhar Caixas (Box Stacking Problem)
Language: C++ - Size: 109 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

wOvOpy/Knapsack
Sort through several types of backpack problems.
Language: Python - Size: 597 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

tiagobpires/competitive_programing
Study notes for competitive programing
Size: 31.3 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Jonathan-Oliveira/FibonacciPerformance
Projeto criado para concretizar os conhecimentos adquiridos sobre programação dinâmica na matéria de Projeto de Algoritmos ofertado pela Universidade de Brasília.
Language: JavaScript - Size: 578 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

Mahibulhassan/Algorithms
Implementation All Kind of Algorithm .. Such as..... Back-traking,Dinamic Progra, FBS,DFS,Number theory,Search Algorithm,Diakastra,Floyed Warshal,Hamiltonpath,KMP,Longest Common Subsequence,Robin Cup Pattern Maching,Selection Sort
Language: C++ - Size: 76.2 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

mariajdab/foobar-with-google
My solutions to Google foobar challenges.
Language: Python - Size: 902 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

AnaCarolcs/FibonacciPerformance
O projeto tem como objetivo aplicar a técnica de programação dinâmica para reduzir a complexidade da função de fibonacci recursiva de O(2^n), para O(n). Para isso, introduziremos resumidamente como funciona essa sequência.
Language: JavaScript - Size: 575 KB - Last synced at: 8 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

BrandPM18/Algorithms
Own documents about algorithms
Size: 12.5 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

smysloff/biggest-square
Находит и рисует наибольший возможный квадрат на предварительно сгенерированной карте
Language: C - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

tikhonow/algorithms
FEFU: Algorithms and data structures course
Language: C++ - Size: 109 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

projeto-de-algoritmos/PD_Fibonacci Fork of aquiles23/PD_Destroy_it
implementação iterativa do fibonacci
Language: Python - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
