yuchiki / learn-data-structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

データ構造実装用レポジトリ

  • template ディレクトリをコピーして使う
    • dynamic_array
    • hash_table
    • などなどの名前に....
  • コピーしたディレクトリの中で make する
  • あるいは、make check-leaks をしてメモリのマズい扱いを調べる
  • あるいは make time をして時間を計測する
  • あるいは make test-performance EXPR='l(t)/n' などをして、パフォーマンスを調べる

About


Languages

Language:C 38.3%Language:Shell 36.8%Language:Makefile 24.9%