Skip to content

noahdrakes/BSTIndexing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSTIndexing (CSIII Final Project)

How to Run

  • Compile Program by using g++ to compiler 'BSTIndexing.cpp' file.
  • Run './a.out'.

Reason For Choosing Data Structure BST - Pretty Efficient ( O(N) for traversal, O(n) for insertion ) - Easy to Index Selection Sort - relatively Efficient for small data sets ( O(N^2) )

Challenges

  • Connecting each interface together.
  • How to Implement the line number indexing
  • Understanding Recursivity of BST

Explanation and Solution

  • used BST to create an alphabetically sorted tree to store words from a short story

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages