Skip to content

adamszadkowski/code-katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Katas

Binary Tree Parser Kata

Figure out a ASCII format for binary tree and implement parser for it. Consider keeping some additional data in tree node than just left/right reference. In next step make parser more generic to support different nodes.

Binary Tree Printer Kata

Implement a functionality which will convert a binary tree into ASCII format. Present node data and consider in which class/entity this responsibility should be implemented.

This kata is a supplement for Binary Tree Parser Kata. Consider using the same ASCII format for both katas.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages