https://github.com/codeaprendiz/learn_dsa_and_problems
learn_dsa
https://github.com/codeaprendiz/learn_dsa_and_problems
Last synced: 10 months ago
JSON representation
learn_dsa
- Host: GitHub
- URL: https://github.com/codeaprendiz/learn_dsa_and_problems
- Owner: codeaprendiz
- Created: 2023-11-30T18:39:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T16:26:12.000Z (over 1 year ago)
- Last Synced: 2024-12-09T12:46:35.366Z (about 1 year ago)
- Language: Go
- Size: 203 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Home
> [Auto](https://github.com/codeaprendiz/learn_fullstack/blob/main/home/php/intermediate/taskset_intermediate_php/task_004_createGlobalMarkdownTable/generate-readme.php) generated ReadMe. Number of tasks: 30
- [arrays](#arrays)
- [bit manipulation](#bit_manipulation)
- [bst](#bst)
- [dictionaries and hashmaps](#dictionaries_and_hashmaps)
- [dynamic programming](#dynamic_programming)
- [linked lists](#linked_lists)
- [problems](#problems)
- [search](#search)
- [sorting](#sorting)
- [stacks](#stacks)
- [strings](#strings)
## arrays
| go |
|----------------------------|
| [Tasks: 1](home/arrays/go) |
## bit_manipulation
| go |
|--------------------------------------|
| [Tasks: 1](home/bit_manipulation/go) |
## bst
| go |
|-------------------------|
| [Tasks: 1](home/bst/go) |
## dictionaries_and_hashmaps
| python |
|---------------------------------------------------|
| [Tasks: 1](home/dictionaries_and_hashmaps/python) |
## dynamic_programming
| go |
|-----------------------------------------|
| [Tasks: 1](home/dynamic_programming/go) |
## linked_lists
| go | python |
|----------------------------------|--------------------------------------|
| [Tasks: 5](home/linked_lists/go) | [Tasks: 2](home/linked_lists/python) |
## problems
| python |
|-----------------------------------|
| [Tasks: 10](home/problems/python) |
## search
| python |
|--------------------------------|
| [Tasks: 1](home/search/python) |
## sorting
| go | python |
|-----------------------------|---------------------------------|
| [Tasks: 1](home/sorting/go) | [Tasks: 2](home/sorting/python) |
## stacks
| python |
|--------------------------------|
| [Tasks: 1](home/stacks/python) |
## strings
| python |
|---------------------------------|
| [Tasks: 2](home/strings/python) |