Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 892 Bytes

File metadata and controls

22 lines (18 loc) · 892 Bytes

Python-Data-Structure-and-Algorithm(continuous updating)

Motivation about the project

I learnt data structures and algorithms by myself, and I learnt them in Java in the first place. To help myself to understand them better and also reinforce my memory while having the Data Structure and Algorithm course in HKUST, I decided to do this project.

What have been done:

Data Structure

  1. Linked List

  2. BST

Algorithms

  1. sorts
    • sorts
      • insertion sort
      • bubble sort
      • quick sort
      • merge sort
      • counting sort
    • heap sort