This repository is about me learning computer science. The topics, resources, examples and exercises are listed below.
- Master the Coding Interview: Data Structures + Algorithms
- The Coding Interview Bootcamp: Algorithms + Data Structures
- Algorithms: 24-part Lecture Series
- Data Structures and Algorithms: The Complete Masterclass
- Big O
- Array
- Hash Table
- Design document of singly linked list
- C# implementation
- Summary of exercise in the blog
-
Design of a linked list data structure in C# language
-
Implementation of the linked list
-
Summary of exercise
-
Stack
-
Queue
-
Tree
-
Trie
-
Graph
-
Recursion
-
Sorting
-
Dynamic Programming
-
System Design
- String reversal
- Palindrome
- Integer reversal
- MaxChar
- FizzBuzz
- Array Chunking
- Anagram
- Capitalisation
- Printing steps
- Pyramid
- Find the Vowels
- Matrix spiral