Skip to content

maks-mishin/algorithms-datastructures

Repository files navigation

Algorithms and Data Structures

В данном репозитории расположены мои реализации различных алгоритмов и структур данных, решения задач с Codewars, Leetcode, Codeforces, контестов и соревнований по программированию.

Data Structures

Title Implementation
1 Stack Python
2 Set Python
3 Queue Python
4 Linked list Python
5 Ordered list Python
6 Bidirect linked List Python
7 Bloom filter Python
8 Dynamic array Python
9 Native cache Python
10 Hash table Python
11 Deque Python
12 Binary search tree (BST) Python
13 Balanced BST Python
14 BBST as array Python
15 Graph Python
16 Heap Python
17 Binary tree Python

LeetCode Algorithm

Codewars Algorithm