A Java Assignment - Sweeft
This repository contains solutions for the Step II Java technical test.
B) Tasks
-
Check if a string s contains all unique characters.
Return "YES" if all characters are unique, otherwise return "NO". -
Generate all possible subsets of size n from a given set.
-
Merge two sorted lists into one sorted list.
-
Add one to an integer represented as an array of digits.
-
Given an array of heights, find the largest rectangular area in a histogram.
- Clone the repository:
git clone https://github.com/Jemal06/java-assignment-sweeft.git