Skip to content

Franciswann/leetcode-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Practice

This repository is dedicated to storing my LeetCode practice solutions and learning insights.

time/space complexity

O(1):

func getFirst(arr [int]) int{
    return arr[0]
}

O(n): O(n²):

📚 Categories

  • Array:

About

LeetCode practice records and notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages