Skip to content

Short exercise about data structures, in this part I am creating Binary Tree, its four traversal types and few others. Also in this project is my implementation of Merge-sort algorithm. All uses Typescript+NodeJs to run and Jest for tests.

Notifications You must be signed in to change notification settings

bartoszmrosek/BinaryTree-And-MergeSort

Repository files navigation

This program purpose is to create Binary Tree data structure and merge-sort algorithm

Part of my small project to get better at understanding foundamentials.

About

Short exercise about data structures, in this part I am creating Binary Tree, its four traversal types and few others. Also in this project is my implementation of Merge-sort algorithm. All uses Typescript+NodeJs to run and Jest for tests.

Topics

Resources

Stars

Watchers

Forks