Projects in Awesome Lists tagged with algorithm-challenge
A curated list of projects in awesome lists tagged with algorithm-challenge .
https://github.com/sweetpand/algorithms
Algorithms Problems Solutions and Practice
algorithm-challenge algorithms algorithms-and-data-structures coding-challenge coding-interviews company-challenges cracking-the-coding-interview data-structures hackerrank-solutions interview interview-practice interview-preparation interview-questions interview-solution interview-test java leetcode-solutions machine nlp python
Last synced: 27 Feb 2025
https://github.com/sir-gon/algorithm-exercises-go
Algorithms Exercises solved in Go, running in built-in Go test suite. Developed with TDD.
algorithm-challenge algorithm-challenges algorithms-and-data-structures algorithms-datastructures algoritmhs exercise-solutions exercises-code-go go golang hackerrank hackerrank-challenges hackerrank-go hackerrank-golang hackerrank-solutions projecteuler tdd test-driven-development test-driven-development-with-go
Last synced: 14 Apr 2025
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: 03 Mar 2025
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: 03 Mar 2025
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: 03 Mar 2025
https://github.com/at1as/project_euler
Solutions to project euler questions
algorithm-challenge algorithms euler project-euler
Last synced: 19 Feb 2025