Skip to content

Contains my work of implementing non-usual data structures, useful in various programming tasks. The list of implented DS will be updated from time to time

Notifications You must be signed in to change notification settings

sajeruk/AdvancedDataStructures

Repository files navigation

Advanced Data Structures by sajeruk Hello! This is my C++ library, which provides unusual enough data structures, which can be useful for solving several tasks.

what do we have here now?

  1. Stack with extremal element for O(1)
  2. Queue with extremal element for O(1)

This library is developing, but now i don't have enough time for it In future there will be fibonacci heap, different types of trees, etc.

It will be useful library for thouse, who like different algo cometitions (topcoder, codeforces), and need simple working code, which, by the way, can be easily copied and pasted to one solution file. The reason is, that many contests require your source file (usually only one), so it's hard enough to use smthing except standart library

About

Contains my work of implementing non-usual data structures, useful in various programming tasks. The list of implented DS will be updated from time to time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages