Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafalschmidt97/grokking-coding
Data structures and algorithms, recursion, coding patterns, dynamic programming, and more.
https://github.com/rafalschmidt97/grokking-coding
Last synced: 2 days ago
JSON representation
Data structures and algorithms, recursion, coding patterns, dynamic programming, and more.
- Host: GitHub
- URL: https://github.com/rafalschmidt97/grokking-coding
- Owner: rafalschmidt97
- Created: 2024-03-03T22:28:48.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T20:26:44.000Z (23 days ago)
- Last Synced: 2024-10-18T18:30:51.934Z (21 days ago)
- Language: Go
- Homepage:
- Size: 2.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grokking coding
This repository is a playbook for coding interviews, covering data structures
and algorithms, recursion, coding patterns, dynamic programming, and more. All
tasks contain descriptions, topics have introductions, and every example is in
Go. The README files provide overviews and usage instructions. Explore each
directory for detailed guidance and practical solutions.Start by reviewing the [Coding Playbook](/src).