Skip to content

marmarmarmar/functionalBST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

functionalBST

An implementation of BST in C++. Made with functional paradigm.

It's a solution to 7th exercise from JNP1 (in fact C++ classes) at MIM UW (University of Warsaw).

Files

bst_imp.h is a file with final solution (it is written in .h file because it makes use of templates).

bst.h is a file with definition of BST class. It was given by our Tutor to specify some details of implementation.

my_bst_test.cpp is a file with tests.

sample_bst_usage.cpp is a file which was given by our Tutor to do some simple tests of our implementation.

About

An implementation of BST in C++. Made with functional paradigm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages