* Added program in c for printing unique elements in an array
* Update unique-elements-in-an-array.c
* Update unique-elements-in-an-array.c
* Update unique-elements-in-an-array.c
* Update unique-elements-in-an-array.c
- Make array declaration dynamic
- Formatted the output
- Cleanup of extra spaces in the program
Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
* added stack implementation and some standard problems on stacks in java
* Update stacks/JAVA/The_Stock_Span_Problem.java
Co-authored-by: Christian Clauss <cclauss@me.com>
* Update stacks/JAVA/The_Stock_Span_Problem.java
Co-authored-by: Christian Clauss <cclauss@me.com>
* all the suggestions addressed
* comments wrapped,Thanks for the suggestion.
* Update The_Stock_Span_Problem.java
* folder renamed
* renamed files
* Delete Balanced_Paranthesis.java
* Delete The_Stock_Span_Problem.java
* Delete stack.java
Co-authored-by: Christian Clauss <cclauss@me.com>
* Add Python doctests to karatsuba.py
`subtract()` can give the wrong answer when `y` > `x`. @atin Your review please.
* add() and absolute_difference()
* absolute_difference("1", "0")
* Update karatsuba.py
* Update karatsuba.py
* GitHub Action to lint C and C++ code
GitHub Action to run cpplint recursively on all pushes and pull requests https://github.com/cpplint/GitHub-Action-for-cpplint
* Update cpplint.yml
* Update cpplint.yml
* Update cpplint.yml
* Fix import order
Found C system header after C++ system header. Should be: doubly.h, c system, c++ system, other. [build/include_order] [4]
* Fix import order
* Update string-tokeniser.cpp
* 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>