Median finding, Order Statistics and Quick Sort
-
Updated
Dec 19, 2018 - C++
Median finding, Order Statistics and Quick Sort
University project - File system
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
Road network partitioning strategy for faster queries in recommender systems
A C++ program to split any amount to coins & notes.
It's my implemental topopart+ with 2024EDAcompetition http://eda.icisc.cn/
Bootsector loading binary file from FAT32 partition
Creating or copying contiguous, not-fragmented files on FAT32 partitions. Command line utility for Linux and Windows platforms.
A Windows tool for writing a raw disk images to the physical devices.
A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, partitions and more.
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."