Commit Graph

14 Commits

Author SHA1 Message Date
Christian Bender
b8cb5241a8
Merge pull request #124 from LeoVen/master
Array Data Structure
2018-03-20 16:12:53 +01:00
Leonardo
172a778057 Array Data Structure
Array of integers with Insert, Remove, Update, Erase, Switch, Reverse functions; Sorting functions like BubbleSort, InsertionSort and SelectionSort; and Search functions like FindMin, FindMax, Frequency count, etc.
2018-03-19 20:09:22 -03:00
agnimish
fade142342
Create mergeLinkedLists.c
Program to Merge two sorted linked lists into single sorted Linked list.
2018-03-20 00:00:26 +05:30
Mayank Aggarwal
6c3d167c6d
Update balanced parenthesis using stack in C 2018-03-11 22:48:53 +05:30
Mayank Aggarwal
63412ed20f
balanced parenthesis using stack in C
this C program checks whether brackets are balanced or not in an string
2018-03-05 21:12:14 +05:30
Rupeshiya
46ee6620a3
stack implementation using array 2018-02-11 01:30:19 +05:30
Rupeshiya
ebc7892f01
fulls source code for insertion and deletion in singly linked list
fulls source code for insertion and deletion in singly linked list in c
2018-01-27 22:47:42 +05:30
Christian Bender
1f82f4e2a2
Add files via upload 2017-12-25 17:19:18 +01:00
Christian Bender
c26124199f
improved hash code function
I improved the hash code function
2017-12-24 23:42:07 +01:00
Christian Bender
df5d9d63c3
added a dictionary
I added a dictionary.
2017-12-24 17:06:58 +01:00
Christian Bender
be5f4747c8
Merge pull request #89 from vidhi2/master
Thanks cool implementation. Can you put in some comments and empty lines for formatting?
2017-12-23 14:13:09 +01:00
Christian Bender
5ebfcf4148
simple modular and generic stack
See the README.md
2017-12-08 18:00:49 +01:00
vidhi2
8487f4c349 Stack implementation using linked list 2017-10-25 13:46:24 +05:30
AnupKumarPanwar
81657fc249 Updated README.md 2017-10-20 22:03:41 +05:30