Skip to content

Pawlo77/IT-Olympiad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Olimpiada Informatyczna (IT Olympiad)

This repository holds implementations of basic data structures and various popular algorithms in C++.

Sorting Algorithms:

  1. Bubble Sort
  2. Bucket Sort
  3. Comb Sort
  4. Counting Sort
  5. Cycle Sort
  6. Heap Sort
  7. Insertion Sort
  8. Merge Sort
  9. Pigeonhole Sort
  10. Quick Sort
  11. Radix Sort
  12. Selection Sort
  13. Shell Sort

Search Algorithms:

  1. Linear Search
  2. Binary Search (including first and last occurrence)
  3. Jump Search
  4. Interpolation Search
  5. Exponential Search
  6. Ternary Search

Data Structures:

  1. Arrays
  2. Graphs
  3. Linked Lists
  4. Matrix
  5. Queues
  6. Stacks
  7. Trees

Hashing:

(Additional content related to hashing)

About

Data Structures and Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages