This repository contains my solutions for interesting computer science-related challenges. The repository was named after the mother of all challenges: reversing a singly linked list.
Category | Description | Languages |
---|---|---|
Algorithms and Datastructures | Data structures: Singly and Doubly Linked Lists, Hash Tables, (Self-Balancing-) Binary Search Trees (AVL), Stacks, Queues Algorithms: Depth-first-search (pre-order, in-order, post-order), Breadth-first-search (level-order) Problems: Reversing a Singly Linked List, Palindromes, Matching Parenthesis |
C |
Distributed Algorithms | Broadcast protocols (Best-effort, Reliable, FIFO, Causal Order) | Scala |