clumpytuna / data-structures-and-algorithms-I-2021

Algorithms & Data Structures course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures and Algorithms I 2021

Welcome to the Data Structures and Algorithms I course!

Homework

Code review
Contest Contest Deadline Code-Review Problem Code-Review Attempts Code Review Submissions Deadline
Binary Search 23:59 26.02 Random 1 23:59 28.02
Stack 23:59 05.03 Stack 4 23:59 19.03
Simple Sorting 23:59 12.03 Random 2 23:59 26.03
Quick Sort 23:59 19.03 QuickSort 3 23:59 04.04
Merge Sort 23:59 26.03 MergeSort 4 23:59 11.04
Heap 23:59 9.04 Heap 4 23:59 25.04
Binary Trees 23:59 24.04 BST 4 23:59 10.05
Hash Table Chaining 23:59 7.05 HashTable 3 23:59 21.05
Hash Table Open Addressing 23:59 21.05 HashTable 3 23:59 28.05

Supporting Materials:

Linters preferences
Set up CLion
Books
  • Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne

  • Introduction to Algorithms, Third Edition | The MIT Press

Collaboration Policy

Read the policy here. In case of a violation of the policy, you get -2 points to your final mark.

About

Algorithms & Data Structures course


Languages

Language:C++ 100.0%