Skip to content

dvynohradovv/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions

Go TypeScript


A collection of efficient algorithm solutions primarily in Go, with TypeScript alternatives.
This repository is organized for clarity, maintainability, and ease of use.


Structure

easy/       - Easy difficulty problems
medium/     - Medium difficulty problems
hard/       - Hard difficulty problems

Languages

  • Go – Primary language for solutions
  • TypeScript – Alternative implementations for select problems

Running Solutions

Go:

go run path/to/solution.go

TypeScript:

npm install
npx tsc path/to/solution.ts && node path/to/solution.js

Notes

Each solution focuses on:

  • Clean, readable code
  • Optimal time/space complexity
  • Clear variable naming

Some problems include multiple approaches for comparison.


Resources

About

Leetcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published