Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0b6c875

Browse files
authored
Update README.md
1 parent 315064b commit 0b6c875

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
This repo covers basic graph algorithms for directed and undirected graphs with/without weights on edges.
66

7-
Base graph data structure is targeted for **sparse graphs**. For example, it maintains adjancy list and pointrs.
8-
9-
This is a relatively poor quality code produced over a weekend. Main objective behind this repository is purely educational.
7+
Base graph data structure is targeted for **sparse graphs** efficiency. For example, it maintains adjancy list and pointrs.
108

119
## Algorithms Covered
1210

@@ -84,6 +82,7 @@ n3 3 [n2 n3 1]
8482
```
8583

8684

87-
## Summary
85+
## Disclaimer
86+
87+
This is a quick and dirty code produced over a weekend. Main objective behind this repository is purely educational. It has quite a bit of room for improvement. Feel free to reach out if you spot weakness, bug, enancement or simply a suggestion.
8888

89-
It has quite a bit of room for improvement. Feel free to reach out if you spot weakness, bug, enancement or simply a suggestion.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /