Skip to content

jonasraoni/hackerrank

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

HackerRank

My solutions to exercises at https://hackerrank.com.

This is my profile there: https://www.hackerrank.com/jonasraoni :)

These are my own implementations, everything should be running fast enough to pass through all tests. As I enjoy small and concise codes, whatever doesn't fit in this rule means that I've suffered or didn't have enough knowledge 😂

Note: Few codes were solved in C# (I've written them a long time ago), I'll convert to JS when I get some free time, just to keep the repository uniform.

Algorithms

Bit Manipulation

Constructive Algorithms

Graph Theory

Greedy

Implementation

Sorting

Sorting

Strings

Warmup

Challenges

Data Structures

Arrays

Linked Lists

Stacks

Trees

Functional Programming

Introduction

Mathematics

Fundamentals

Number Theory

Tutorials

Cracking The Code Interview