From c401cae643053f10e89778fa2fd87ac8556ed38d Mon Sep 17 00:00:00 2001 From: Himanshu Rawlani Date: Thu, 26 Oct 2023 11:23:36 +0530 Subject: [PATCH] Added stock series patterns --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fd76f5..92f2aac 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,6 @@ This repository contains articles which are very useful while solving LeetCode p - [String Question Patterns](https://leetcode.com/discuss/study-guide/2001789/Collections-of-Important-String-questions-Pattern) - [DFS + BFS Patterns (1)](https://medium.com/leetcode-patterns/leetcode-pattern-2-dfs-bfs-25-of-the-problems-part-2-a5b269597f52) - [DFS + BFS Patterns (2)](https://medium.com/leetcode-patterns/leetcode-pattern-2-dfs-bfs-25-of-the-problems-part-2-a5b269597f52) - +- [Stock Series Patterns](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/solutions/108870/most-consistent-ways-of-dealing-with-the-series-of-stock-problems/) Your contributions are most welcome!