Skip to content
#

search-trees

Here are 45 public repositories matching this topic...

Classical data structures: C++: vector, linked list, stack, queue, binary search tree, and graph representations. Worst-case analysis, amortized analysis, and big-O notation. Object-oriented and recursive implementation of data structures. Self-resizing vectors and self-balancing trees. Empirical performance measurement.

  • Updated Sep 12, 2022

The game of ‘Walls’ is comprised of an NxN board of squares (like chess, for example) and two players (say A and B), where N is odd and greater than 1. Each game is played twice, one time with player A starting the game and another with player B making the first move. The game has a start state, play rules that determine legal moves and an end s…

  • Updated May 9, 2021
  • C++

Improve this page

Add a description, image, and links to the search-trees topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the search-trees topic, visit your repo's landing page and select "manage topics."

Learn more