Skip to content

alexguo88/HackerRank

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackerRank

My answers of HackerRank problems

How to find the problem description

If you see a source code filename foo-bar.cs in src folder, you have two ways to open the problem description:

  • Manually open https://www.hackerrank.com/challenges/foo-bar to get the problem description.

  • Run description foo-bar in command line.

  • If you use Visual Studio Code, press Ctrl+Shift+P and type Run Task then press Enter, choose description task. Make sure the active document is the source code file.

How to test the code

Sample input and output

Put sample input and output files inside cases/foo-bar folder with filename inputX.txt and outputX.txt.

Run test

  • Run runtest foo-bar in command line.
  • If you use Visual Studio Code, press Ctrl+Shift+B. Make sure the active document is the source code file.

About

My answers of HackerRank problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 72.7%
  • C++ 15.5%
  • Batchfile 11.8%