Design
-
初识设计模式 – 策略模式
初识设计模式 – 策略模式简介策略设计模式(Strategy Design Pattern)实际上起到一个解耦的作用,解耦了策略的定义、创建、使用三部分。 其概念是,定…
-
LeetCode 1166. Design File System
原题链接在这里:https://leetcode.com/problems/design-file-system/ 题目: You are asked to design a fi…
-
[Oracle] LeetCode 348 Design Tic-Tac-Toe
Assume the following rules are for the tic-tac-toe game on an n x n board between two play…