Skip to content

Commit 5f64b0f

Browse files
committed
Cleaned the repo
1 parent e92e856 commit 5f64b0f

File tree

9 files changed

+122
-4
lines changed

9 files changed

+122
-4
lines changed

.obsidian/app.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"promptDelete": false
3+
}

.obsidian/appearance.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"baseFontSize": 16,
3+
"theme": "moonstone"
4+
}

.obsidian/core-plugins.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[
2+
"file-explorer",
3+
"global-search",
4+
"switcher",
5+
"graph",
6+
"backlink",
7+
"page-preview",
8+
"note-composer",
9+
"command-palette",
10+
"editor-status",
11+
"markdown-importer",
12+
"word-count",
13+
"open-with-default-app",
14+
"file-recovery"
15+
]

.obsidian/hotkeys.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

.obsidian/workspace

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"main": {
3+
"id": "9e3ad0b60c45de61",
4+
"type": "split",
5+
"children": [
6+
{
7+
"id": "0e600774d70c3e3b",
8+
"type": "leaf",
9+
"state": {
10+
"type": "markdown",
11+
"state": {
12+
"file": "README.md",
13+
"mode": "source"
14+
}
15+
}
16+
}
17+
],
18+
"direction": "vertical"
19+
},
20+
"left": {
21+
"id": "a3b2d320c9b1fc62",
22+
"type": "split",
23+
"children": [
24+
{
25+
"id": "c12b147c157c6d0d",
26+
"type": "tabs",
27+
"children": [
28+
{
29+
"id": "3ef9734468a4547e",
30+
"type": "leaf",
31+
"state": {
32+
"type": "file-explorer",
33+
"state": {}
34+
}
35+
},
36+
{
37+
"id": "9707d2bc3b956526",
38+
"type": "leaf",
39+
"state": {
40+
"type": "search",
41+
"state": {
42+
"query": "",
43+
"matchingCase": false,
44+
"explainSearch": false,
45+
"collapseAll": false,
46+
"extraContext": false,
47+
"sortOrder": "alphabetical"
48+
}
49+
}
50+
}
51+
]
52+
}
53+
],
54+
"direction": "horizontal",
55+
"width": 300
56+
},
57+
"right": {
58+
"id": "158295ed98e97e96",
59+
"type": "split",
60+
"children": [
61+
{
62+
"id": "07d5123019263d0c",
63+
"type": "tabs",
64+
"children": [
65+
{
66+
"id": "2e39fca8e5546466",
67+
"type": "leaf",
68+
"state": {
69+
"type": "backlink",
70+
"state": {
71+
"file": "README.md",
72+
"collapseAll": false,
73+
"extraContext": false,
74+
"sortOrder": "alphabetical",
75+
"showSearch": false,
76+
"searchQuery": "",
77+
"backlinkCollapsed": false,
78+
"unlinkedCollapsed": true
79+
}
80+
}
81+
}
82+
]
83+
}
84+
],
85+
"direction": "horizontal",
86+
"width": 300,
87+
"collapsed": true
88+
},
89+
"active": "0e600774d70c3e3b",
90+
"lastOpenFiles": [
91+
"README.md",
92+
"Archive/README - Copy.md",
93+
"~$README.md",
94+
"Archive/README - Copy (2).md"
95+
]
96+
}
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Data Structures and Algorithms
2-
==============================
1+
# Data Structures and Algorithms
2+
33

44
The summary of **Data Structures and Algorithms** plus **Interview steps** from Udacity's nano degree "Data Structures and Algorithms".
55

@@ -24,8 +24,7 @@ My personal experience stems from PhD courses at UCF and Udacity nanodegree:
2424
- [COT 5405: Design & Analysis Algorithms](http://www.cs.ucf.edu/~sharma/COT5405)
2525
- [COT 6410: Computational Complexity](http://www.cs.ucf.edu/courses/cot6410/Spring2021/COT6410Spring2021.html)
2626

27-
How to solving algorithm problems:
28-
==============================
27+
# How to solving algorithm problems:
2928

3029
![](media/807b5c8aee182baaa1713c01e98994f9.png)
3130

~$README.md

-162 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)