VaishnaviSingh10's repositories

Language:C++Stargazers:0Issues:0Issues:0

Data-Structures

A collection of data structures' implementations/projects implemented in C and C++

Language:C++Stargazers:0Issues:0Issues:0

Exchange-Matching-Engine-Emulation

This project implements an elementary version of a maching engine in a stock market exchange. It uses data structures and algorithms to describe an efficient system that handles asynchronous BUY and SELL requests from buyers and sellers on a pool of instruments. The system fills the requests or keeps them pending as per the availability, and keeps track of all transactions and their timestamp.

Language:C++Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

InvertedIndexSearchEngine

Simple C++/Qt Project for Searching in text files using BST / TST / Trie / Hash Data Structures.

Language:C++License:GPL-3.0Stargazers:0Issues:0Issues:0

MemAttacker

This project demonstares an illegal read- and write- access to the kernel-mode data for both allocated by 3rd party drivers and EPROCESS structures

Language:C++Stargazers:0Issues:0Issues:0

Music-Player-Using-Data-Structures

This is the project made for Data Structures and Algorithm Course. Here we implement a C++ based Basic Music Player using the knowledge of various Data structures learnt as part of course CSE2003. Data structures used include a doubly linked list, stacks and queues. File handling to read and write songs has also been used.

Language:C++Stargazers:0Issues:0Issues:0