Skip to content

martincorona007/coding-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

coding-puzzle

My answers to LeetCode, HackerRank, Codewars etc.

Leetcode Problems

No. Questions Language
1 Two Sum Java
3 Longest Substring Without Repeating Characters JavaScript
11 Container With Most Water TypeScript
13 Roman To Integer JavaScript
27 Remove Element Java
34 Find First and Last Position of Element in Sorted Array JavaScript
35 Search Insert Position JavaScript
42 Trapping Rain Water JavaScript
66 Plus One Java
70 Climbing Stairs TypeScript
75 Sort Colors JavaScript
92 Rever Linked List II JavaScript
125 Valid Palindrome JavaScript
136 Single Number Java
206 Reverse Linked List Java
225 Implement Stack using Queues JavaScript
232 Implement Queue using Stacks JavaScript
268 Missing Number JavaScript
287 Find the Duplicate Number Java
387 First Unique Character in A String JavaScript
412 Fizz Buzz Java
680 Valid Palindrome II JavaScript
704 Binary Search JavaScript
844 Backspace String Compare JavaScript
1351 Count Negative Numbers in a Sorted Matrix JavaScript
2089 Find Target Indices After Sorting Array JavaScript
2455 Average Value of Even Numbers That Are Divisible by Three JavaScript
2485 Find the Pivot Integer JavaScript
2529 Maximum Count of Positive Integer and Negative Integer Java
2535 Difference Between Element Sum and Digit Sum of an Array JavaScript
2536 Increment Submatrices by One JavaScript

HackerRank Problems

Questions Language
Arrays - DS JavaScript
2D Arrays - DS JavaScript
HR Weather Observation Station 5 SQL

Codewars Problems