An open API service indexing awesome lists of open source software.

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

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) |