Skip to content

I have used Iterator Pattern for Binary Search Tree where I created generic Iterator class for searching a particular pattern from the tree. I have used Null pattern for the leaf node to avoid null checks

Notifications You must be signed in to change notification settings

hetang/Iterator-Design-Patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

I have used Iterator Pattern for Binary Search Tree where I created generic Iterator class for searching a particular pattern from the tree. I have used Null pattern for the leaf node to avoid null checks.

About

I have used Iterator Pattern for Binary Search Tree where I created generic Iterator class for searching a particular pattern from the tree. I have used Null pattern for the leaf node to avoid null checks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published