Skip to content

Commit 83c5f90

Browse files
committed
ReadMe file update
1 parent 4a23ba9 commit 83c5f90

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Diff for: ReadMe.txt

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
========================================================================
2+
STATIC LIBRARY : Data Structures Project Overview
3+
========================================================================
4+
5+
Copyright (c) by Suraj.U.Dixit. All rights reserved.
6+
Code written and published by Suraj U Dixit
7+
8+
This a a static library which is written in c++ for various data structures.
9+
10+
By using this library you need not write the code for data structures, You just need to call the functions and pass arguments and library will do the rest of the job.
11+
12+
Algorithms covered in this library:
13+
14+
1. Linear Search
15+
2. Binary Search
16+
3. Interpolation Search
17+
4. Hash Table
18+
5. Stack
19+
6. Queue
20+
7. Linked List
21+
8. Tree
22+
23+
For more information on documentation of how to use this library please check the below blog:
24+
25+
https://technobytes.azurewebsites.net/techbytes/?q=dataStructures-documentation
26+

0 commit comments

Comments
 (0)