A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, partitions and more.
-
Updated
May 22, 2022 - C++
A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, partitions and more.
Bootsector loading binary file from FAT32 partition
A Windows tool for writing a raw disk images to the physical devices.
Creating or copying contiguous, not-fragmented files on FAT32 partitions. Command line utility for Linux and Windows platforms.
Road network partitioning strategy for faster queries in recommender systems
Sorted the given doubly linked list of size N using quicksort. Created a function partition(), which accepts the first and last node of the given linked list as input parameters and returns the pivot's address. Expected Time Complexity: O(NlogN), Expected Auxilliary Space: O(1), Constraints: 1 <= N <= 200
University project - File system
Median finding, Order Statistics and Quick Sort
A C++ program to split any amount to coins & notes.
Add a description, image, and links to the partition topic page so that developers can more easily learn about it.
To associate your repository with the partition topic, visit your repo's landing page and select "manage topics."