Skip to content

Solutions to Neetcode 150 problems in Go, focused on mastering algorithms and data structures

Notifications You must be signed in to change notification settings

prasad89/neetcode-150-in-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neetcode 150 Solutions in GoLang

This repository contains my solutions to the Neetcode 150 problems, implemented in GoLang. It serves as a structured approach to mastering data structures, algorithms, and problem-solving for technical interviews.

Getting Started

Each topic will have its own folder, with GoLang files for individual problems. To run a solution:

go run path/to/solution.go

Topics Covered

Arrays & Hashing


Two Pointers


Linked List


Trees


Greedy


Intervals


About

Solutions to Neetcode 150 problems in Go, focused on mastering algorithms and data structures

Topics

Resources

Stars

Watchers

Forks

Languages