Skip to content

DSC-MUT/DSC-2021-CODING-CHALLENGE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

DSC-2021-CODING-CHALLENGE

Introduction.

  • Tell us About Yourself

  • How Do You Handle Stress and Pressure?

Question 1.

1). Given an unsorted integer array, find a pair with the given sum in it. SAMPLE INPUT: arr = [8, 7, 2, 5, 3, 1] sum = 10

OUTPUT: pair found (8, 2 )

Question 2

2). Given a square matrix, calculate the absolute difference between the sums of its diagonals.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published