/xrch

Simple Search using basic web technology.

Primary LanguageC++

xrch

Simple Search using basic web technology.


When Dan Schiffman starts Search Algorithms, this repository will be repurposed for #SearchTrain, #SearchingTrain or #CodingSearch Stay tuned for that. Till then, here's some reading resources:

Some Light Reading

--

Selected Search Methods

For Lists

  • Linear Search -
  • Binary Search -

For Graphs

  • Breadth-First Search (BFS) -
  • Depth-First Search (DFS) -