Skip to content

v1.1.0

Compare
Choose a tag to compare
@marstr marstr released this 16 Sep 07:44
22cb427
  • Adding a Least Recently Used Cache implmentation (LRU Cache)
  • Fixing LinkedList.RemoveBack to execute in O(1) time instead of O(n).