https://github.com/pikachutw/algorithm
https://github.com/pikachutw/algorithm
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pikachutw/algorithm
- Owner: PikachuTW
- Created: 2024-11-22T17:28:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-24T03:52:00.000Z (10 months ago)
- Last Synced: 2025-02-24T04:29:41.675Z (10 months ago)
- Language: C
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithm
在這裡我紀錄自己對於演算法相關的題目解法
## CSES in C
[CSES](https://cses.fi/problemset/) 原本應該是適合用 C++ 寫。不過計概教的是 C,所以就用 C 寫寫看吧。雖然功能比較少所以更多東西需要手刻,但也增加一些能力(P.S. 這是我的 first try ,我之前也沒用其他語言寫過)總之能寫多少算多少
## Leetcode in C
Leetcode用C語言來寫(也都是first try)
目前正在寫 Linked List,因為這是計概期末可能蠻注重的一個資料結構,得把指標玩熟才行
## My Data Structure in C
我計劃用 C 刻出一些資料結構