Change the repository type filter
All
Repositories list
18 repositories
Dynamic-Data-Manipulator
PublicThis advanced C programming project showcases mastery of complex programming concepts, including data manipulation, pointer arithmetic, file handling, and dynamic memory management. The project consists of three intricately linked programs, each designed to demonstrate practical problem-solving and efficient algorithm design in C.Agile-Data-Processor
PublicThe Agile Data Processor is an advanced C programming project that demonstrates the ability to handle and manipulate dynamic datasets efficiently. With a focus on real-time data processing, memory management, and algorithmic performance, this project showcases practical problem-solving and system design techniques..github
Public- This program modifies the registration system from parts 1 and 2 by splitting the program into two source files and one header file, following modular programming principles.
- The program reads customer data from a CSV file, sorts the customers by the number of lessons using the quick sort algorithm, and writes the sorted data to a new CSV file.
- The program manages a queue of students wanting to register for the COP3514 course using a linked list. It allows the user to add students, remove them, and filter based on various criteria.
- The program manages a queue of students wanting to register for the COP3514 course using a linked list. It allows the user to add students, remove them, and filter based on various criteria.
Tokenizer
PublicWord-Score-Game
PublicSplit-String
PublicBefore-and-After-Array
PublicBoard-Game
PublicMarjorie and John are playing a board game where they take turns picking the largest number available from a sequence. The winner is determined by the highest sum of the picked numbers. Marjorie plays first in the first round, and they alternate who starts.Distinct-Numbers
PublicGood-Sequence-Checker
PublicEmily considers a sequence of integers "good" if every number in the sequence satisfies one of these conditions: The number is between 0 (inclusive) and n (exclusive). The number is a perfect square of some integer less than n. This program checks if a given sequence of integers is a good sequence and prints yes or no accordingly.Scrabble
PublicOscillating-Performances
Public