Kenton1989 / utilities

Kenton's utilities for programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kenton's Utilities

Kenton's utilities for programming, mainly for fun and algorithm contest.

Kenton的代码部件库。目标是成为整活与算法大尸。

The component whose scale grows to too big will be moved to an a new independent repository, which shall never happen.

如果哪天吃错药把哪个部件写大了,应该会直接开一个新库放。

(我什么时候出现了我能把一个项目写大的错觉)


Delaying indefinitely.

无限期绝赞咕咕咕中

Menu

  • */min
    • codes without proper comments and variable naming
    • usually have smaller size, so it is called "min"
    • usually are the raw code I write for some project
  • algo: algorithm code collection.
  • buggy: It can run, but it cannot run.
  • fun: written but never used, just for fun.
  • incomplete: cannot even compile or is not fully functional.
  • util: possibly useful tools.

History

2020 Oct. 20

  • Added:
    • util/generate_menu.py

2020 Oct. 13

  • Set project directory structure.
  • Added:
    • buggy
      • range.h
    • incomplete
      • class BigInt
    • fun
      • mk_pair_t.h
    • util
      • lines_to_array.py
      • logging.h

TODO (TO咕)

Create

  • algo
    • the next algorithm I learn.

Finish

  • class BigInt

Debug

  • class Range

Dreaming

I want to do, but I don't want to do.

  • String family
    • String
    • KString (const string)
    • SubStr (sub string)
  • OOP Lib
    • class Object
    • class Int, Long, Double...

About

Kenton's utilities for programming

License:GNU General Public License v3.0


Languages

Language:C++ 95.0%Language:Python 5.0%