Skip to content
#

external-merge-sort

Here are 22 public repositories matching this topic...

A complete search engine experience built on top of 75 GB Wikipedia corpus with subsecond latency for searches. Results contain wiki pages ordered by TF/IDF relevance based on given search word/s. From an optimized code to the K-Way mergesort algorithm, this project addresses latency, indexing, and big data challenges.

  • Updated Sep 12, 2019
  • Python

This repository contains three projects exploring the core concepts of database systems: Heap File Management, B+ Tree Indexing, and External Merge Sort. Built in C, these assignments demonstrate block-level file management, indexing, and sorting algorithms, providing hands-on experience with database internals and performance optimization.

  • Updated Feb 27, 2025
  • C

Improve this page

Add a description, image, and links to the external-merge-sort topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the external-merge-sort topic, visit your repo's landing page and select "manage topics."

Learn more