7 kyu
Binary Tree Search (not BST)
203 of 1,460KacperKorban
Description:
Given a number and a binary tree ( not a Binary Search Tree! ):
- return
True
/true
if the given number is in the tree - return
False
/false
if it isn't
Binary Trees
Fundamentals
Similar Kata:
Stats:
Created | Apr 10, 2018 |
Published | Apr 10, 2018 |
Warriors Trained | 3671 |
Total Skips | 87 |
Total Code Submissions | 4960 |
Total Times Completed | 1460 |
Haskell Completions | 203 |
C++ Completions | 438 |
Fortran Completions | 11 |
C Completions | 136 |
Scala Completions | 38 |
Python Completions | 461 |
λ Calculus Completions | 12 |
COBOL Completions | 3 |
JavaScript Completions | 272 |
Total Stars | 43 |
% of votes with a positive feedback rating | 92% of 250 |
Total "Very Satisfied" Votes | 219 |
Total "Somewhat Satisfied" Votes | 23 |
Total "Not Satisfied" Votes | 8 |
Total Rank Assessments | 10 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 8 kyu |