Inspiration
School Assignment from course CSE4095 FileProcessing, Sogang Univ
What it does
Implement Indexing to access 'purchase' record data file using API
How I built it
Challenges I ran into
It was not compiled well since it's old code and not encoded for Windows, so I did code porting.
Accomplishments that I'm proud of
What I learned
How the files are encoded differently with OS. (the line ends with '\r' or '\n' or '\r\n') B+ Tree Structure and its variation such as R-tree used for 2D, 3D indexing
What's next for FileProcessing
to support modifying and deleting, and add option to split into three children instead of two child which Knuth proposed.
Log in or sign up for Devpost to join the conversation.