Skip to content

linhphambuzz/Accelerated-CS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIUC fundamental CS specializations

This is the repository for my notes from coursera UIUC fundamental CS specializations

There are 3 courses from this specialization
  • Object Oriented Programming in C++
  • Unorder data structures
  • Order data structures

🚀 Object Oriented Programming in C++

CPP Memory

  1. Stack Memory
  2. Heap Memory
  3. Heap Memory puzzles

Basic syntax

  1. Loop
  2. Syntax

CPP Classes

  1. Constructors
  2. Destructors
  3. Inheritance
  4. Template
  5. Variable Storages

🌟 Ordered data structures

  1. Array & Linked List
  2. Queue
  3. Stack
  4. AVL Trees
  5. Binary Trees
  6. B-Tree
  7. Heap

💫 Unordered data structures

  1. Hashing
  2. Disjoint Set, Union
  3. Graph
  4. Breath First Search, Depth First Search
  5. Minimum Spanning Tree
  6. Dijkstra's algorithms

Certificates

About

Coursera UIUC Accelerated CS fundamental

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors