Skip to content

This program randomly generates values that are inserted into a binary tree and are then converted to a linked list, reversed and then printed, The program is executed via command-line and gets two input arguments, one is the number of int values to insert and the second is the max permitted value for the values.

immanuel-odisho/BST_LinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BST_LinkedList

This program randomly generates values that are inserted into a binary tree and are then converted to a linked list, reversed and then printed, The program is executed via command-line and gets two input arguments, one is the number of int values to insert and the second is the max permitted value for the values. The repository also includes a program that finds the largest gap between prime numbers using the gmp library.

About

This program randomly generates values that are inserted into a binary tree and are then converted to a linked list, reversed and then printed, The program is executed via command-line and gets two input arguments, one is the number of int values to insert and the second is the max permitted value for the values.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published