Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.46 KB

README.md

File metadata and controls

57 lines (43 loc) · 1.46 KB

16 hours learning andn 8 ours sleeping study plan

This repository is about me learning computer science. The topics, resources, examples and exercises are listed below.

Materials

Topics

  • Big O
  • Array
  • Hash Table

Linked List

Single linked list

Doubly linked list

  • 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

Practice

  • String reversal
  • Palindrome
  • Integer reversal
  • MaxChar
  • FizzBuzz
  • Array Chunking
  • Anagram
  • Capitalisation
  • Printing steps
  • Pyramid
  • Find the Vowels
  • Matrix spiral