Skip to content

Commit afcc0ef

Browse files
authored
Update README.md
1 parent 1b81013 commit afcc0ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
The landscape of coding interviews has evolved dramatically, becoming more challenging as we now have access to a plethora of coding problems. This increased competition means that merely understanding basic data structures and solving a handful of problems is no longer sufficient. This repository serves as a comprehensive guide to tackling these complexities. It is designed to help you master the intricacies of data structures and algorithms through a structured and pattern-based approach. Here, we break down the most common and challenging coding interview questions into understandable patterns, providing you with the tools to recognize and solve similar problems.
44

55
# 1. Foundation
6-
- By large, CS concepts can be standalone. However, you might need to build upon other elements. For instance, in ML, there is a need for Linear Algebra, Calculus, and Statistics.
6+
- By large, Computer Science concepts are seen as standalone. However, you might need to use it to build upon other elements.
77
![](media/outline.png)
8+
9+
For instance, in Machine Learning, there is a need for Linear Algebra, Calculus, and Statistics.
810
- Reasons for using DSA in ML:
911
- Finding the correct DS for various situations
1012
- Be thoughtful for time/space complexity in:

0 commit comments

Comments
 (0)