Skip to content

mirfa695/cu-algo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CU ALGOS

Cu algo project used to list calicut university academic programming problem solutions.

How to contribute to the project ?

  • Create folder for contributing sem ( semOne ).
  • Create folder with problem keyword ( like binary sorting ).
  • Create readme for problem statement
Problem: <problem statement>
Details: <details in list format>
  • Create problem solution file.
  • Mention your problem in PR title ( problem: add string reversal )

Example

root folder: semOne/stringReversal

./semOne/stringReversal/readme.md
  Problem: reverse a string 
  details: minimal time & space complexity

./semOne/stringReversal/reverse.c
  code
  .
  .
  .

Coding conventions

  • Folder names will be in camel case
  • Follow conventions for your respective lang

About

CU Academic Problem solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 55.5%
  • Java 26.1%
  • HTML 18.4%