https://github.com/mathiew82/typescript-patterns-and-algorithms
List of design patterns and algorithms in TypeScript
https://github.com/mathiew82/typescript-patterns-and-algorithms
Last synced: over 1 year ago
JSON representation
List of design patterns and algorithms in TypeScript
- Host: GitHub
- URL: https://github.com/mathiew82/typescript-patterns-and-algorithms
- Owner: Mathiew82
- Created: 2024-01-18T05:57:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T06:03:57.000Z (over 2 years ago)
- Last Synced: 2025-01-05T07:15:04.712Z (over 1 year ago)
- Language: TypeScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# List of design patterns and algorithms in TypeScript
## Algorithms
- **Binary search** = Is an efficient algorithm for finding an element in an ordered list of elements.
> [!NOTE]
> I will add more... 💪