8000 GitHub - RexIscodingnow/python_practice
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RexIscodingnow/python_practice

Repository files navigation

Python 練習

實作紀錄、Leetcode 刷題練習

當前學習項目 1: 資料結構

目前學習章節進度

  1. array (暫時修改...)

  2. list

  3. stack

  4. queue

  5. tree <-- 目前進度

  6. graph

  7. sort 已經實作過:

    1. Bubble Sort
    2. Selection Sort
    3. Insertion Sort
    4. Quick Sort
    5. Merge Sort

    嘗試中:

    1. Radix Sort
  8. search 已經實作過: 暴力解法

    1. Sequential Search (循序/線性搜尋法)

    非暴力解法 2. Binary Search (Recursion and Iterative) 3. Jumps Search

當前學習項目 2: 演算法

目前學習章節進度

  1. Divide and Conquer
  2. Dynamic Programming (待續...)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0