Skip to content

duong-nguyen-fi/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Try to solve Java Leetcode and Codility problems

  1. Missing Number: The problem is to find the smallest positive integer that does not occur in a given array (Lesson 4 – Counting Elements) 100% correct - 100% performance #Java
  2. Count XY: Given a string, count the number of substring (of 2) that have equal number of 'x' and 'y' on both side. If one side has 0 of 'x' and 'y', the case is also valid. #Java
  3. Reverse Linked List: Given the head of a singly linked list, reverse the list, and return the reversed list. (100% performance, 5.6% memory) #Go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published