Abstract AlgorithmsAbstract Algorithms

  • Home
  • All Posts
  • All Series
  • About

Category

lld

1 article in this category

LLD for Tic Tac Toe: Designing a Scalable Game

LLD for Tic Tac Toe: Designing a Scalable Game

TLDR: Designing Tic Tac Toe isn't just about a 3x3 grid. A good design handles \(N \times N\) boards, multiple players, and different winning strategies. We use the Factory Pattern to create pieces an

Feb 20, 2026•6 min read

Abstract Algorithms

Exploring the fascinating world of algorithms, data structures, and software engineering through clear explanations and practical examples.

Navigation

  • Home
  • All Posts
  • All Series
  • About

Series

  • Technical Interview
  • Machine Learning Mastery
  • Software Architecture
  • Data Structures and Algorithms
  • System Design Interviews

Popular Topics

  • System Design
  • llm
  • interview
  • data structures
  • Java
  • LLD

Author

Abstract Algorithms

Abstract Algorithms

@abstractalgorithms

© 2026 Abstract Algorithms. All rights reserved.

Powered by Hashnode