This project includes multiple C# files focused on essential topics for the Bagrut 2025 exam: Queues, BinNodes, and Inheritance. The code demonstrates key concepts through various functions and includes a Utils class for validation and code checking.
Includes code for implementing and managing queue data structures with relevant functions.
Contains logic for binary nodes and binary tree operations, covering insertion, deletion, and traversal.
Focuses on demonstrating inheritance in object-oriented programming, showing the relationship between base and derived classes.
The Utils class includes helper methods to:
- Validate the functionality of queues, binary nodes, and inheritance structures.
- Check the correctness of your implementations by testing edge cases and sample inputs.
- Open the project in your Visual Studio.
- Add in refrences Unit4.dll
- Execute the relevant functions or test cases to check the operations of each topic.
- Use the Utils class to verify the correctness of your code.