‹ Back to blog

Efficient Flight DB and Query System

C

Created a flight database system using binary trees, demonstrating the ability to implement efficient data structures and algorithms in C. Achieving O(log n) complexity for both insertion and search operations.