-
Notifications
You must be signed in to change notification settings - Fork 0
Binary Search Tree Implementation
Welcome everyone!
In this project, we will implement the C++ class for Binary Search Tree.
Because of the number of participants, we will follow certain protocols and the best practices of Git. Including @unmeshvrije, we are 15 people. We divide all teachers from Mosul university into 7 groups. Each group contains two people.
Following are the groups (I have chosen them randomly). I apologize in advance for omitting the respectable titles (like Dr., Mr., etc.). I would like all of us to be friends and titles introduce hidden hierarchy.
- Mohammed Maher (Code) - Abdoulrhman Mohanned (Review/Test)
- Omar Inaam (Code) - Mohammad Aldabbagh (Review/Test)
- Abdullah S. Mahmoud (Code) - Ansam Osamah (Review/Test)
- Shamil-Al-Ameen (Code) - Abdullah.H.Ahmed (Review/Test)
- Omar Al Saffar (Code) - Taha (Review/Test)
- Omar Alhabeeb (Code) - Mohanad (Review/Test)
- Yousif Alneamy (Code) - Yasser Mohammad (Review/Test)
In every group, one person takes the role of coder and the other person will take the role of Reviewer or Tester. For example, in the group 2, if Omar Inaam writes the function that adds a node to the binary search tree, then Mohammad Aldabbagh will review the code and provide test cases.