Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HEXtoBIN #499

Open
wants to merge 48 commits into
base: master
from
Open

HEXtoBIN #499

wants to merge 48 commits into from

Conversation

@dvk65
Copy link

dvk65 commented Nov 9, 2019

No description provided.

maysanchez and others added 30 commits Aug 13, 2018
Added RC4 stream cipher algorithm
Add Splay Tree in DS
7.c :reverse of a number with overflow check added
The correct format specifier for `size_t` is `%zu`. If C89 support is needed, `%lu` along with a cast to `unsigned long` will suffice.

Also added error checking for calloc.
Cleaned up the code and used meaningful variable names
Fixed a critical flaw where `strcpy` would write the final NUL-terminator in an invalid location invoking Undefined Behavior. Allocated one extra byte to fix it.

Cleaned up the code as well in the process
Improved code Asthetics
Cleaned up, meaningful variable names
Update BubbleSort.c
+1 byte for the NUL-terminator
Format specifier for size_t, calloc check
shubhamdp and others added 18 commits Oct 7, 2019
Leetcode solutions
updated shellSort.c
updated README.md
Fixed link to TwoSum (#1)
Added solution for #5 Longest Palindromic Substring
Added #5 longest palindromic substring
Patch 2
Patch 3
Patch 4
Fixed strSize to strlen
Seperated out checkPalindrome section
Added the alternative approach suggested by @danghai
Add more solution for leetcode
also use strtok to remove trailing "\n"
Anagrams
@dvk65 dvk65 changed the title HextoBin HEXtoBIN Nov 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

You can’t perform that action at this time.