Skip to content

PodYapolskiy/data-structures-and-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures & Algorithms

Description

This repository is dedicated to self-learning of DSA topic in Computer Science. The idea is to implement all classic structures and algorithms by hands to grow comprehension and perception.

Data Structures

  • ✅ Array List
  • ❌ Linked List
  • ❌ Stack
  • ❌ Queue
  • ❌ Set
  • ❌ Map
  • ❌ Heap
  • ❌ Binary Tree
  • ❌ BTree

Algorithms

  • Sortings

    • ✅ Bubble
    • ✅ Selection
    • ✅ Insertion
    • ❌ Merge
    • ❌ Quick
    • ❌ Heap
    • ❌ Count
    • ❌ Radix
    • ❌ Bucket
  • Searches

    • ❌ Binary

Links

Алгоритмы и структуры данных