Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchiang-tw committed Nov 27, 2019
2 parents f7d51d1 + 29a8b59 commit fbf762f
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Learn fundamentals of computer science while implementing efficient data structu

1. Week_1_Orientation_Write_a_cpp_program
* Introduction
* Local development environment, toolchian, and IDE installation
* Local development environment, toolchain, and IDE installation
* Cloud development environment configuration
* C++ Standard Library
* C++ Classes
Expand Down Expand Up @@ -54,8 +54,23 @@ Learn fundamentals of computer science while implementing efficient data structu
* Introduction
* Array
* Linked-list
* Time and space complexity analysis
* Operation of Array and List
* Time and space complexity analysis of Array and Linked-list
* Operation of Array and Linked-list
* Queue
* Stack
* Project: Linked list and Merge sort

2. Week_2_Introduction to Tree structures
* Tree terminology
* Tree Traversal
* Binary Tree
* Binary Search Tree
* Time and space complexity analysis of Tree search operation

3. Week_3_Advanced Tree Structures
* Balanced Binary Search Tree
* AVL Tree adn its analysis
* B-Tree introduction
* B-Tree operation: insert and search
* Project: Generic Tree and Tree Traversal

0 comments on commit fbf762f

Please sign in to comment.