Add binary search tree resource (#2614)

I added a Geek for Geeks Link for Problem Set as User Should get the access to proper practice problems as well.
pull/2600/head^2
AyushRaghuvanshi 2 years ago committed by GitHub
parent 2242802e1a
commit a0e7c07ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      content/roadmaps/108-python/content/101-data-structures-and-algorithms/103-binary-search-trees.md

@ -6,5 +6,6 @@ A binary search tree, also called an ordered or sorted binary tree, is a rooted
<BadgeLink colorScheme='red' badgeText='Watch' href='https://www.youtube.com/watch?v=S2W3SXGPVyU'>Tree Data Structure | Illustrated Data Structures</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://blog.boot.dev/computer-science/binary-search-tree-in-python/'>Writing a Binary Search Tree in Python with Examples</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.section.io/engineering-education/implementing-binary-search-tree-using-python/'>How to Implement Binary Search Tree in Python</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/binary-search-tree-data-structure/?ref=gcse'>Problem Set</BadgeLink>

Loading…
Cancel
Save