Pinned Repositories
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
awesome-hacking-1
A curated list of awesome Hacking tutorials, tools and resources
CompanyDatabaseManagement
An JavaSwing Application with 2 system: DBA and Normal User
gRPC-ChatApp
a gRPC Chat Room using Go and tview
HCMUS_GPA
Calculate GPA in HCMUS (Portal source)
LZW_Compression
LZW Compression method in C++ implement
QueueNumberGame
a game with number, queue, linked list and hash table
Socket_TraCuuTienTe
Currency Exchange Programming
StringMatchingAlgorithms
Brute force, KMP and Rabin-Karp Algorithms for String Matching. Evaluate complexity of each algorithms
WifiEncryptionSimulation
An implement of encryption methods on Wifi (or Wireless communication field): WEP, AES-CCMP,...
phucthuan1st's Repositories
phucthuan1st/Course-Registration-System
Course Registration System - Team PET - FIT@HCMUS
phucthuan1st/DataStructureAlgorithmsBook
Data Structures and Algorithms Book, C++
phucthuan1st/QueueNumberGame
a game with number, queue, linked list and hash table
phucthuan1st/car-racing-bet
Car racing bet 888
phucthuan1st/Caro
Caro Project
phucthuan1st/DSA_Skiplist
Skip List Structure Implement