Nitesh Kushwahaniteshim111.hashnode.dev·Mar 3, 2024Secret Data Structures of C++: PBDS LibraryThe PBDS (Policy-Based Data Structures) library, also known as the GNU Policy-Based Data Structures (PBDS) library, is an extension to the C++ Standard Template Library (STL) provided by GNU. It offers additional data structures that are not availabl...3 likes·160 readsordered_set
Aman NadafforTeckbaker's Blogteckbakers.hashnode.dev·Mar 9, 2023Fenwick TreeHello Readers, Introduction Here, I will be discussing an interesting data structure called "Fenwick Tree". Its structure was proposed by Boris Ryabko and was described by Peter Fenwick in an article from 1994. It is also called the "Binary Indexed T...1 like·35 readsDSA#iRatherFear