Codility Lesson1~Lesson17 100% solutions with Python3 除正確解答外comment裡有解題的思考過程
-
Updated
Feb 25, 2020 - Python
Codility Lesson1~Lesson17 100% solutions with Python3 除正確解答外comment裡有解題的思考過程
Algorithms Problems Solutions and Practice
Algorithms Exercises solved in Go, running in built-in Go test suite. Developed with TDD.
🎸 Codewars katas ark
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?)
basic algorithms & leetcode problem solutions
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?
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.
Solutions to project euler questions
Add a description, image, and links to the algorithm-challenge topic page so that developers can more easily learn about it.
To associate your repository with the algorithm-challenge topic, visit your repo's landing page and select "manage topics."