Skip to content

Commit bb9c5c3

Browse files
committed
Rename to design
1 parent d065422 commit bb9c5c3

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A collection of JavaScript problems and solutions for studying algorithms.
2929
- [Dynamic Programming](#dynamic-programming)
3030
- [Greedy](#greedy)
3131
- [Math](#math)
32-
- [System Design](#system-design)
32+
- [Design](#design)
3333

3434
## Data Structures
3535

@@ -274,13 +274,13 @@ A collection of JavaScript problems and solutions for studying algorithms.
274274
- [Power of Two](src/math/power-of-two.js)
275275
- [Power of Three](src/math/power-of-three.js)
276276

277-
### System Design
277+
### Design
278278

279-
- [Encode and Decode TinyURL](src/system-design/encode-and-decode-tinyurl.js)
280-
- [LRU Cache](src/system-design/lru-cache.js)
281-
- [LFU Cache](src/system-design/lfu-cache.js)
282-
- [Min Stack](src/system-design/min-stack.js)
283-
- [Max Stack](src/system-design/max-stack.js)
279+
- [Encode and Decode TinyURL](src/design/encode-and-decode-tinyurl.js)
280+
- [LRU Cache](src/design/lru-cache.js)
281+
- [LFU Cache](src/design/lfu-cache.js)
282+
- [Min Stack](src/design/min-stack.js)
283+
- [Max Stack](src/design/max-stack.js)
284284

285285
## Author
286286

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)