Coin Change 系列已完成
==================================
新的剛剛有想到 bit operation 可以結合 二進位操作, bit mask
XOR, <<, >>, |, 二的補數...等
整理成一篇。
和bit flag 或者 bitvec做個應用
=================================
linked list
其實可以想成退化的Graph
cycle detection
hore and torrise algorithm
reverse linked list