This repository contains assignment for OniCares.
Problem Statements:
- Problem 1: Traversing BST inorder with test cases.
- Problem 2: Merging two sorted arrays into one and return sorted array with test cases.
Test cases can be found in test.txt file, Each java code loads test.txt and returns output for all.
App :
For the App part, I have created Backend APIs in Django-rest-framework and frontend app in Flutter.