Skip to content

Jemal06/java-assignment-sweeft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

A Java Assignment - Sweeft

This repository contains solutions for the Step II Java technical test.

B) Tasks

  1. Check if a string s contains all unique characters.
    Return "YES" if all characters are unique, otherwise return "NO".

  2. Generate all possible subsets of size n from a given set.

  3. Merge two sorted lists into one sorted list.

  4. Add one to an integer represented as an array of digits.

  5. Given an array of heights, find the largest rectangular area in a histogram.

How to Run

  1. Clone the repository:
    git clone https://github.com/Jemal06/java-assignment-sweeft.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages