Skip to content

Conversation

@parmishh
Copy link

Please merge my request labeled hacktoberfest accepted

ajitkumar1264 and others added 30 commits October 1, 2022 14:05
This java code is an example of how we can implement Linked List in-built data structure in java.
The user can enter the elements in the linked list using a do-while loop.
The idea of Kadane’s algorithm is to maintain a variable max_ending_here that stores the maximum sum contiguous subarray ending at current index and a variable max_so_far stores the maximum sum of contiguous subarray found so far, Everytime there is a positive-sum value in max_ending_here compare it with max_so_far and update max_so_far if it is greater than max_so_far.
ajitkumar1264 and others added 30 commits October 3, 2022 09:11
 finding ceiling num in array using Binary Search
Added implementation of AES algorithm
TowerOfHanoi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.