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

Hacktoberfest-2022 #12

Open
wants to merge 281 commits into
base: main
Choose a base branch
from
Open

Hacktoberfest-2022 #12

wants to merge 281 commits into from

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.