MoritzM00 / AlgorithmsAndDataStructures

Problem Solving in my second semester of University

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms and Data Structures

Overview

This is a collection of algorithms and data structures such as:

  • doubly linked lists
  • queues (dequeue, min heap and priority queue)
  • hash map
  • trees
  • algorithm on graphs (connected components)
  • sorting algorithms (quicksort, mergesort etc.)

About

Problem Solving in my second semester of University


Languages

Language:Python 100.0%