🐺
<Lobo /> Game Dev
Game dev. | NodeJS | NextJS | ThreeJS | Unity | Cypress
-
@CrystalGameStd;
- Brazil - SP
Pinned Loading
-
A collection of sorting algorithms i...
A collection of sorting algorithms implemented in TypeScript for studying 1// - - Sorting Algorithms2// - Bubble Sort - O(n^2) - Quadratic Time3// - Merge Sort - O(n log n) - Quasilinear Time4// - Quick Sort - O(n log n) - Quasilinear Time5// - Heap Sort - O(n log n) - Quasilinear Time -
A collection of backtracking algorit...
A collection of backtracking algorithms implemented in TypeScript for studying 1//=========================- - Backtracking Algorithms - -=========================//23/*4- Backtracking algorithms:5are a type of algorithmic technique that is used to solve problems by trying out different -
A collection of dynamic programming ...
A collection of dynamic programming algorithms implemented in TypeScript for studying 1//=========================- - Dynamic Programming Algorithms - -=========================//23/*4- Dynamic Programming:5is a problem-solving technique that involves breaking down a complex problem into smaller, simpler -
A collection of graph search algorit...
A collection of graph search algorithms implemented in TypeScript for studying 1//=========================- - Search Algorithms - -=========================//23//- Binary Search45//Binary Search assumes that the input array is already sorted in ascending order.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.