Skip to content

Commit f3029e7

Browse files
committed
updates
1 parent 69f950d commit f3029e7

26 files changed

+202
-0
lines changed

.DS_Store

8 KB
Binary file not shown.

.idea/Python-for-Algorithms--Data-Structures--and-Interviews.iml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 150 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Algorithms.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf500
2+
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
3+
{\colortbl;\red255\green255\blue255;}
4+
{\*\expandedcolortbl;;}
5+
{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal\}.}{\leveltext\leveltemplateid1\'02\'00.;}{\levelnumbers\'01;}\fi-360\li720\lin720 }{\listname ;}\listid1}}
6+
{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}}
7+
\margl1440\margr1440\vieww12600\viewh10200\viewkind0
8+
\pard\tx220\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\li720\fi-720\pardirnatural\qj\partightenfactor0
9+
\ls1\ilvl0
10+
\f0\fs24 \cf0 {\listtext 1. }Depth First Search\
11+
{\listtext 2. }Breadth First Search\
12+
{\listtext 3. }Matching Parenthesis \
13+
{\listtext 4. }Hash Tables\
14+
{\listtext 5. }Variables/pointers manipulation\
15+
{\listtext 6. }Reversing Link list\
16+
{\listtext 7. }Sorting Fundamentals\
17+
{\listtext 8. }Recursion \
18+
{\listtext 9. }Custom Data Structures\
19+
{\listtext 10. }Binary Search\
20+
}

Mock Interviews/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)