Karunika / AVL_and_BST_tree

University DSA Lab Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVL Tree & Binary Tree Implementation

Instructions to Run the Google Tests

  1. Navigate into the build directory:
cd ./build
  1. run cmake
cmake -S ../ -B .
  1. run make
make
  1. run the main executuble
./Lab

The task results are ejected in text files (in the build directory):

  1. dictionary_lexicographical.txt
  2. dictionary_occurance.txt

About

University DSA Lab Project


Languages

Language:C++ 96.7%Language:CMake 3.3%