This Repository Contains Coding Solution of different platforms like HackerRank, CodeChef, etc.
- Fork this Repository.
- Upload your code file in your fork in the specified directory.
(File name Same as given in the platforms or if directory is not there create one) - Commit your code file.
- Create a pull request.
- Done.
If you want to upload a code which is already exist , please ensure that the algorithm or language is different from existing one.
Example Filename:- Program(1).cpp
If you don't know How to create a pull request? Click here
- Variable name should be meaningful.
- Use comments in your code.
- Your Code must be pretty formated.
- At the top of your code please add the details in this format (Commented)
Program_name | Sub-folder | Platform | Language | Problem Link | By- Your Name
For Example:
Say "Hello, World!" With C++ | CPP | HackerRank | C++ | https://www.hackerrank.com/challenges/cpp-hello-world/problem | By- Arwaz Khan
Program | Sub-Folder | Platform | Language | Problem Link |
---|---|---|---|---|
Longest Common Subsequence | CPP | GeeksForGeeks | C++ | https://practice.geeksforgeeks.org/problems/longest-common-subsequence-1587115620/1 |
Middle Element of Linked List | CPP | GeeksForGeeks | C++ | https://practice.geeksforgeeks.org/problems/finding-middle-element-in-a-linked-list/1/ |
Palindromic patitioning | CPP | GeeksForGeeks | C++ | https://practice.geeksforgeeks.org/problems/palindromic-patitioning4845/1 |
Largest sum contigous subarrays | CPP | GeeksForGeeks | C++ | https://practice.geeksforgeeks.org/problems/kadanes-algorithm-1587115620/1 |
Program to generate all possible valid IP addresses from given string | CPP | GeeksForGeeks | C++ | https://www.geeksforgeeks.org/program-generate-possible-valid-ip-addresses-given-string/ |