package
0.0.0-20240814153542-64ae15e81c8c
Repository: https://github.com/iamsumit/go-dsa.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Benchmark Result

BenchmarkBinaryTreeCreationWithTwoLevel-10        		        45.19 ns/op
BenchmarkBinaryTreeUpdateIn31Node-10              		        20.47 ns/op
BenchmarkBinaryTreeSearchIn31Node-10              		        85.88 ns/op
BenchmarkBinaryTreeDeleteIn31Node-10              		        88.59 ns/op
BenchmarkBinarySearchTreeInsertWithHugeNode-10    		        115248 ns/op
BenchmarkBinarySearchTreeSearchIn31Node-10        		        19.46 ns/op
BenchmarkBinarySearchTreeSearchIn10000Node-10     		        40921 ns/op
BenchmarkTernaryTreeInsertWithTwoLevel-10         		        58.07 ns/op
BenchmarkTernaryTreeUpdateWith40Nodes-10          		        19.91 ns/op
BenchmarkTernaryTreeSearchWith40Nodes-10          		        140.5 ns/op