Skip to content

tufoinnkuo10/practice

Repository files navigation

Interview Preparation

This project contains resources to prepare you for coding interviews.

Getting Started

  • To get a local copy open your terminal and run the following commands:
$ git clone https://github.com/Mhdez221993/Interview-Preparation
$ cd Interview-Preparation
$ npm install
  • You can run a C++ program by typing in the command line:
$ g++ fileName.cpp && ./a.out
  • You can run a Java program by typing in the command line:
$ javac fileName.java && java fileName
  • You can run a js program by typing in the command line:
$ node fileName.js

Authors

👤 Moises Hernandez Coronado

Show your support

Give a ⭐️ if you like this project!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published