Skip to content

MerzoukeMansouri/interview-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview Preparation Repository

This repository is designed for interview preparation, focusing on solving algorithmic problems and practicing coding challenges. It includes a simple setup for running tests to validate solutions in real-time.

Share this URL to simplify your interview

Exercices

  1. src/sum2/sum2.ts:
    • Contains the implementation of the "Two Sum" problem. The function takes an array of numbers and a target value, and it returns the indices of two numbers whose sum equals the target.

How to Run the Tests

npm run test

About

interview-ts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published