Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 1.46 KB

DS_Algo_index.md

File metadata and controls

81 lines (54 loc) · 1.46 KB

Data Structures & Alogrithms using C and C++

참고한 강의

  • Mastering Data Structures & Algorithms using C and C++ (by Abdul Bari, from Udemy)

Index

Essential C and C++ Conceps

  • Arrays Basics
  • Structures
    • Practice: Structures
  • Pointers
    • Practice: Pointers
  • Reference in C++
    • Practice: Reference
  • Pointer to Structure
    • Practice: Pointer to Structure
  • Functions
    • Practice: Functions
  • Parameter Passing Methods
    • Practice: Parameter Passing Methods
  • Array as Parameter
    • Practice: Array as Parameter
  • Structure as Parameter
    • Practice: Structure as Parameter
  • Structures and Functions (Important)
  • Converting a C program to a C++ class (Important)
    • Practice: Monolithic Program
    • Practice: Modular Program
    • Practice: Structure and Functions
    • Practice: Object-Oriented Program
  • C++ Class and Constructor
    • Practice: C++ Class
  • Template classes
    • Practice: Template Class

Introduction

Recursion

Arrays Representations

Array ADT

Strings

Matrices

Sparse Matrix and Polynomial Representation

Linked List

Sparse Matrix and Polynomial using Linked List

Stack

Queues

Trees

Binary Search Trees

AVL Trees

Search Trees

Heap

Sorting Techniques

Hashing Technique

Graphs

Asymptotic Notations