Skip to content

DannyGarciaDEV/NeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 NeetCode Practice for AI Fellowship

This repository documents my progress solving NeetCode problems as preparation for an AI fellowship.
My goal is to complete 5 problems every week, track my solutions, and reflect on what I learn along the way.


🎯 Goals

  • Strengthen problem-solving skills in Data Structures & Algorithms
  • Build consistency with 5 problems per week
  • Track patterns and approaches useful for technical interviews & AI-related coding
  • Share progress and insights publicly for accountability

πŸ“š Topics to Cover (NeetCode Categories)

  • Arrays & Hashing
  • Two Pointers
  • Sliding Window
  • Stack
  • Binary Search
  • Linked List
  • Trees
  • Graphs
  • Dynamic Programming

πŸ“ Format

Each solution will include:

  1. Problem link (from NeetCode/LeetCode)
  2. Code implementation
  3. Time & space complexity analysis
  4. Reflection (what I learned, mistakes made, alternative approaches)

βœ… Example Entry

Problem: Contains Duplicate
Solution: View Code
Complexity: O(n) time, O(n) space
Reflection: Learned how to use a Set for quick duplicate detection instead of nested loops.


πŸ”₯ Motivation

"5 problems a week β†’ 20 problems a month β†’ 240 problems a year. Consistency compounds."

This repo will serve as my logbook as I sharpen my problem-solving skills on the path toward an AI fellowship.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published