-
Notifications
You must be signed in to change notification settings - Fork 54
Issues: Burnout-Devil/HacktoberFest-DSA2022
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
ADD necessary Rules for this Repo
good first issue
Good for newcomers
Hacktoberfest
hacktoberfest-2022
Extra attention is needed
#140
opened Oct 31, 2022 by
Burnout-Devil
Given the head of a singly linked list, return true if it is a palindrome or false otherwise.
#135
opened Oct 29, 2022 by
SrigiriSruthi
Binary Tree in cpp
good first issue
Good for newcomers
Hacktoberfest
#132
opened Oct 28, 2022 by
ishita126jain
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order.Input: nums = [2,7,11,15], target = 9 Output: [0,1] Explanation: Because nums[0] nums[1] == 9, we return [0, 1].
#13
opened Oct 17, 2022 by
SrigiriSruthi
ProTip!
Mix and match filters to narrow down what you’re looking for.