Pinned Loading
-
Thread-pooled-Integer-Factorization-Engine
Thread-pooled-Integer-Factorization-Engine PublicFactors a small RSA-style composite n = p · q using parallel trial division. Parent enqueues integer chunks; workers test divisibility; the first that finds a factor publishes it and triggers globa…
C 1
-
Unix-Shell-in-C
Unix-Shell-in-C PublicCustom Unix shell in C built using POSIX system calls such as fork(), exec(), wait(), and pipe(), supporting piping, I/O redirection, and sequential and parallel command execution.
C 1
-
BigInt-implementation-in-C
BigInt-implementation-in-C PublicA C implementation of arbitrary-precision integers (BigInt) supporting 1024-bit unsigned integers with an additional boolean sign variable. The implementation uses base-32 representation for effici…
C 1
-
Expense-Tracking-system-using-BTrees
Expense-Tracking-system-using-BTrees PublicModern database management system uses advanced datastructures like B+ Trees, which are closely related, and extension rather, to B-Trees. The motive of this project was to implement the CRUD opera…
C 1
-
Heap-Management-simulation-in-C
Heap-Management-simulation-in-C PublicSimulation of Heap management using First Fit strategy. Used Array of structures to simulate a heap storage class, storing pointers for linking free and allocated location (an implicit double linke…
C 1
-
Implementation-of-Symbol-Table-to-handle-nested-scopes
Implementation-of-Symbol-Table-to-handle-nested-scopes PublicA compiler records the variable names used in the source program along with its attributes and stores it in a data structure called a symbol table. I have simulated it in C using a hash table for a…
C 1
If the problem persists, check the GitHub status page or contact support.
