* Added Prim's Algorithm
* added Time complexity and algorithm name
* added prim's algorithm link
* recorrected the link address
* added .c exitension
* Update time complexity of prim's algo
Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
* Added double ended queue using array
* replace space( ) to dash(-)
* remove space complexity
removed space complexity because i did know how to check space complexity
* done the requested changes
* update queue index readme
add double-ended-queue-using-array.c under c-or-cpp
Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
* added Permutation of String
* permutation of string.c
the main object is to explain the code more easy
* permutation of string.c
the main object is to explain the code more easy
* updated readme
* done all the recommend changes.
* added link of Permutation of string
* Update and rename Permutation of String.c to Permutation-of-String.c
- rename according to the naming conventions
- changed gets() to fgets()
* update index readme of strings
correctly linked [Permutation of String] after renaming of the file
Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
* Add Haskell Sequence
* Add type signature for the function
* Add aim of sequence.hs program
Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
* fixed incorrect links
* added singly list Data structure
* removed semi-column
* added doubly linked list
* added doubly linked list
* docs: update linked list index
add python double linked list in the linked list inded
Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
* Create string_reverse.cpp
* Update string_reverse.cpp
* Rename string_reverse.cpp to string-reverse.cpp
following the naming convention of the repository
* docs: update string index readme
add string-reversal in the string index readme
Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
This commit removes the statement in the section c# which states "You could use any online IDE (for an example [.net Finddle](https://dotnetfiddle.net/)) to test them."
* ADD - insert_at_beginning
This is a program to add item at the beginning of linked list . Structure Based Implementation .
* Changed FIle Named .
File name was changed in accordance with the contribution guidelines .
* Changed c++ file to c .
The file is updated and named was also changed
* Fixed Bug .
change the type of main function from void to int .
Fixed the edge cases for the deletion .