Skip to content

This Repository Contains Coding Solutions for different platforms like HackerRank, CodeChef, etc.

Notifications You must be signed in to change notification settings

Open-Source-GecB/Code-Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code-Base Banner

Code-Base

This Repository Contains Coding Solution of different platforms like HackerRank, CodeChef, etc.


Contribution Guidelines:

  1. Fork this Repository.
  2. 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)
  3. Commit your code file.
  4. Create a pull request.
  5. 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


Some Code Guidelines:

  1. Variable name should be meaningful.
  2. Use comments in your code.
  3. Your Code must be pretty formated.
  4. 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

List of Programs:

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/