Multithreading Typing Game in C
Development of a multiplayer console typing game in C using sockets and threads. Focuses on managing multiple clients, time tracking, and score ranking in a client-server architecture.
Development of a multiplayer console typing game in C using sockets and threads. Focuses on managing multiple clients, time tracking, and score ranking in a client-server architecture.
Implementation of a predictive typing program in C using hash tables and trie data structures to suggest next words in real time based on word frequency and user input.