standard-library-in-x

Notes and readings for STL workshop

View on GitHub

Python STL

Index

  1. Containers
    1. Lists
    2. Sets
    3. Dictionary
    4. Heapq
  2. Methods
    1. Bisect
    2. Itertools
      1. accumulate
      2. count
      3. permutations
      4. combinations
      5. combinations with replacement
    3. Counters
    4. Miscellaneous
      1. GCD
  3. Miscellaneous