An open API service indexing awesome lists of open source software.

https://github.com/pikachutw/algorithm


https://github.com/pikachutw/algorithm

Last synced: 9 months ago
JSON representation

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 刻出一些資料結構