Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: matrix-chain-multiplication

osshu320/Dynamic-Programming-Questions-by-Aditya-Verma

Aditya Verma (Youtube) DP Playlist Codes/Solutions.

Language: C++ - Size: 3.55 MB - Last synced: about 1 month ago - Pushed: about 3 years ago - Stars: 173 - Forks: 79

derekharrison/matrix-chain-multiplication

Optimum chain matrix product using dynamic programming.

Language: C++ - Size: 12.7 KB - Last synced: 5 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Dare-marvel/Design-And-Analysis-Of-Algorithms--DAA--

Programs, Notes and Question Papers of DAA

Language: C - Size: 174 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

kothariji/30-days-of-Dynamic-Programming

Sharing my 30 days long journey :purple_heart: of Dynamic Programming :dizzy: :fire: . This would not be possible without Aditya Verma's DP series :pray: :point_down: :point_down:

Language: C++ - Size: 307 KB - Last synced: 8 months ago - Pushed: over 3 years ago - Stars: 109 - Forks: 34

AbdullahArean/Design-And-Analysis-Of-Algorithm-Data-Structure

Data structure and algorithms are two of the most important aspects of computer science. Data structures allow us to organize and store data, while algorithms allow us to process that data in a meaningful way.

Language: C++ - Size: 4.73 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 12 - Forks: 2

mohitsingla123/Dynamic-Programming-java

Contains the code of different DP problems. ie. 0/1 knapsack, unbounded-knapsack, Fibonacci, and different variations of similar problems.

Language: Java - Size: 76.2 KB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 3 - Forks: 1

haimadrian/DesignAndAnalysisOfAlgorithms

Code samples that demonstrate the algorithms learnt during the course. Used as a preparation (not only ;)) for the exam.

Language: Java - Size: 20.5 MB - Last synced: 11 months ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

ashiqursuperfly/data-structures-algorithms-1

My Data-Structures and Algorithms codes for CSE 203 Course.

Language: C++ - Size: 26.4 KB - Last synced: about 2 months ago - Pushed: almost 5 years ago - Stars: 1 - Forks: 0

Vasu7052/Data-Structures-And-Algorithms

Here are some of my Data structures and algorithms created in Java Programming Language using IntelliJ IDE.

Language: Java - Size: 750 KB - Last synced: 8 months ago - Pushed: about 6 years ago - Stars: 6 - Forks: 4

IamShubhamGupto/Advanced-Algorithms

Implementations of most algorithms learnt in the course UE18CS311

Language: C - Size: 615 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

shashirajraja/notes

In this repository i am going to keep some of the important notes and programs which are most useful while Coding.

Language: C - Size: 168 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 1

manvi0308/100DaysOfAlgo

This repo will contain the coding DSA problem solved by me as part of my #100daysofalgo challenge taken up by me on Linkedin

Language: Python - Size: 3.57 MB - Last synced: over 1 year ago - Pushed: about 3 years ago - Stars: 32 - Forks: 9

jagonmoy/Dynamic-Programming

This Repository is all about the Popular Dynamic Programming Concepts and their Variations Which can be helpful to Competitive Programming as well as Coding Interviews. I have added the Resources from where I have learnt these topics and their Codes. In future, I would like to add my own English and Bengali Explanation to Each topic.

Language: C++ - Size: 119 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 3 - Forks: 0

mndxpnsn/matrix-chain-mult

Determining the optimum number of operations of a product of matrices using dynamic programming.

Language: C++ - Size: 19.5 KB - Last synced: over 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

tidjungs/01204434-Parallel

Parallel Programming exercise

Language: C - Size: 1.29 MB - Last synced: over 1 year ago - Pushed: over 5 years ago - Stars: 2 - Forks: 1

subhashissuara/DPAlgo

Dynamic Programming Practical Implementations.

Language: Python - Size: 2.93 KB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Nowshadjunaed/Dynamic-Programming-Simulator

An OOP project which can simulate six different types of dynamic programming based problems

Language: Java - Size: 3.08 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

thealifaisal/Matrix-Chain-Multiplication

Matrix chain multiplication (or Matrix Chain Ordering Problem, MCOP) is an optimization problem that can be solved using dynamic programming. Given a sequence of matrices, the goal is to find the most efficient way to multiply these matrices. The problem is not actually to perform the multiplications, but merely to decide the sequence of the matrix multiplications involved.

Language: C++ - Size: 22.5 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

iankurgarg/Algorithms

Assignments from Algorithms Course like - All pairs shortest path, Common Substrings, Huffman Coding, K-nary Heaps, KMP, Line Sweep, Matrix Chain Multiplication, Maximum Flow, Quick Sort, Strongly Connected Components

Language: Java - Size: 17.6 KB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

Related Keywords
matrix-chain-multiplication 19 dynamic-programming 11 algorithms 5 data-structures 4 longest-common-subsequence 4 matrix-multiplication 3 kmp-algorithm 3 java 3 huffman-coding 3 recursion 3 algorithm 3 coinchange 2 longest-increasing-subsequence 2 algorithms-and-data-structures 2 rabin-karp-algorithm 2 quick-sort 2 merge-sort 2 insertion-sort 2 binary-search 2 graph 2 heap 2 queue 2 stack 2 knapsack01 2 lcs-algorithm 2 quicksort 2 floyd-warshall-algorithm 2 dijkstra-algorithm 2 lcs 2 optimization 2 cpp 2 clrs-study 2 clrs-book 2 clrs 2 knapsack-problem 2 unbounded-knapsack 2 bellman-ford-algorithm 2 coin-change 2 maximum-flow 1 dfs 1 dijkstra 1 line-sweep-algorithm 1 openmpi 1 strongly-connected-components 1 breadth-1st-search 1 bfs 1 algorithm-code 1 string-matching 1 splay-tree 1 polynomial-multiplication 1 fft-algorithm 1 edit-distance-algorithm 1 dynamic-table 1 tree-structure 1 tower-of-hanoi 1 rabin-karp 1 knuth-morris-pratt 1 substring-search 1 genetic-algorithm 1 ternary-heap 1 openmp 1 python3 1 mpi 1 0-1knapsack 1 edit-distance 1 kmeans 1 clrs-algorithms 1 subset-sum 1 c 1 c-plus-plus 1 all-pairs-shortest-path 1 heaps 1 k-nary-heap 1 editdistance 1 kmp 1 sorting-algorithms 1 algorithms-implemented 1 100daysofcode 1 nqueens 1 knapsack 1 hactoberfest 1 hacktoberfest 1 fractional-knapsack 1 floyd-warshall 1 depth-first-search 1 strings 1 placements 1 interview-questions 1 faang-preparation 1 competitive-programming 1 subset-sum-problem 1 strassen-multiplication-c 1 selection-sort 1 linear-matrix-multiplication 1 djikstra-algorithm 1 design-and-analysis-of-algorithms 1 convex-hull 1 branch-bound-algorithm 1 backtracking-algorithm 1 asymtotic-analysis-of-functions 1