-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadMe.txt
26 lines (18 loc) · 872 Bytes
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
========================================================================
STATIC LIBRARY : Data Structures Project Overview
========================================================================
Copyright (c) by Suraj.U.Dixit. All rights reserved.
Code written and published by Suraj U Dixit
This a a static library which is written in c++ for various data structures.
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.
Algorithms covered in this library:
1. Linear Search
2. Binary Search
3. Interpolation Search
4. Hash Table
5. Stack
6. Queue
7. Linked List
8. Tree
For more information on documentation of how to use this library please check the below blog:
https://technobytes.azurewebsites.net/techbytes/?q=dataStructures-documentation