Skip to content

[Job Challenge] This repository contains three questions related to a job application. Here you'll find the challenges and the solutions as well.

Notifications You must be signed in to change notification settings

RMCampos/three-questions-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge repo

This repo contains challenges and algorithms study. These challenges were given to me on an interview process. The algorithms I decided to study by myself.

1st Challenge

Given a text string, create a method to check if the opening and closing brackets are matching.

2nd Challenge

Given two strings a and b, both consisting only of lowercase English letters, calculate how many strings equal to a can be constructed using only letters from the string b? Each letter can be used only once and in one string only.

3rd Challenge

  • Link: Sorry. Didn't find first.
  • Signature: double closestPointPair(int[][] p)
  • Implementation: Third.java

Binary Search

Given an integer array and a value, implement a function that search for that value using a binary tree algorithm.

Bubble Sort

Given an unsorted array of integer, sort it using bubble sort method.

Quick Sort

Given an unsorted array of integers, sort it using quick sort method.

About

[Job Challenge] This repository contains three questions related to a job application. Here you'll find the challenges and the solutions as well.

Topics

Resources

Stars

Watchers

Forks

Languages