You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small C++ console utility for validating and cleaning airport desk records. Checks time format, flight IDs, and computer IDs, supports guided input, file analysis, and CSV export of valid entries. Designed for practice with input validation, parsing, and file handling.
Professional C++ inventory tracking system with STL containers, robust input validation, and comprehensive documentation. CS210 Programming Languages academic project demonstrating object-oriented design principles.
Efficient text indexing tool built in C++ using Trie structures combined with AVL Trees. Supports prefix-based search, word frequency ranking, line tracking, and customizable stop word filtering from large text files.
It's a program that i created, for Gym Management. Program has a few features like; recording member's list in a file, deleting member, bmi calculating etc. All the codes written by me, in C.
During the Data Structure II course - DCC012B, we developed a program that performs the reading, processing and manipulation of a collection of books: through such implementations it was possible to capture the 50 words that are most repeated in each book, as well as the 50 words that are most repeated among all the books in the collection.
DirCat is a high-performance C++ utility that acts like the Unix cat command, but for entire directories. It efficiently concatenates and displays file contents, supporting multi-threading, recursion, and filtering. Note: This project heavily utilized AI tools during its development.