TypeScript:
- Install Deno with Homebrew: brew install deno
- Run the code: deno run TypeScript/206.reverse-linked-list.ts
Racket:
- Install Racket with Homebrew: brew install minimal-racket
- Run the code: racket Racket/206.reverse-linked-list.rkt
Roadmap: https://neetcode.io/roadmap
| # | Title | Difficulty | Solution | Category | 
|---|---|---|---|---|
| 2414 | Length of the Longest Alphabetical Continuous Substring | Medium | ts | Two Pointers |