Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.
-
Updated
Oct 9, 2024 - C++
Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.
A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse deque.
C++ code for "A Faster Drop-in Implementation for Leaf-wise Exact Greedy Induction of Decision Tree Using Pre-sorted Deque"
Topic Wise Implementation, Details and Questions based on Data Structures and Algorithms
A faster method for singular erasures, ranged erasures, and erase_if-style erasures for vector/deque/static_vector when element order is not important.
a rough imitation of @stl
A deque of O(sqrt n) complexity on access, insert and remove, with an optimization for O(log n) access based on fenwick tree.
Thread-safe unordered container, with thread-safe elements access/mutation, std::vector iteration speed and stable iterators
C and C++ data structures and algorithms completed outside of my university classes
Best collection of Data Structures and Algorithms (Includes basic, advance & augmented data structures).
Solving Codeforces Problems
C++ implementation of various data structures.
A C++ header only library containing a cyclic deque, aka a circular buffer, that supports fast insertion and deletion at both its beginning and end.
SDE Interview Preparation
This repository contains solutions of assignments of DSA through C++ MySirG
Add a description, image, and links to the deque topic page so that developers can more easily learn about it.
To associate your repository with the deque topic, visit your repo's landing page and select "manage topics."