Hacktoberfest-2021-Data-Structures-and-Algorithms
Hacktoberfest-2021-Data-Structures-and-Algorithms copied to clipboard
This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2021 event. In this repository, you can add programs on Data Structures and some useful algorithms for Co...
Thank you @Rohit-varma and the team for the opportunity of contributing to this project.
I want to add a Leetcode problem " Detect cycle in a Linked List " Can you assign me this?
I want to add java solution for Two sum , 3sum and other problems.
Given an array A and a integer B. A pair(i,j) in the array is a good pair if i!=j and (A[i]+A[j]==B). Check if any good pair exist or not.