Skip to content

Sathyabama-Coding-Club/SCC-SIST-Algorithms

Repository files navigation

Welcome to the SCC-SIST-Algorithms

sample content This repository is a part of HacktoberFest -an event organised by DigitalOcean . You are requested to create your profile using the above link to be a part of it.

This is only for the Sathyabama Coding Club members.

This repository contains examples of various algorithms written on different programming languages...

Implemented Algorithms

Algorithm C CPP Java Python
Euclidean GCD :octocat: :octocat: :octocat:
QuickSort :octocat:
Merge Sort :octocat:
Insertion Sort :octocat: :octocat: :octocat:
Counting Sort :octocat:
Radix Sort :octocat:
Binary Search :octocat: :octocat:
Bubble Sort :octocat:
fibonacci series :octocat: :octocat:
Heap Sort :octocat:

Implemented Data Structures

Data Structure C CPP Java Python
Queue :octocat:
Stack :octocat: :octocat:

Sample Run

Language Steps
Python
python [filename.py]
C
gcc [filename.c]
./a.out # unix
a.exe # windows
CPP
g++ [filename.cpp]
./a.out # unix
a.exe # windows
Java
javac [filename.java]
java [filename]

Contributing

  1. Fork it!

  2. Clone the forked repository to local system.

  3. Create your feature branch: git checkout -b my-new-feature

  4. Commit your changes: git commit -am 'Add some feature'.

    Go through Commit Messages guidelines

  5. Push to the branch: git push origin my-new-feature

  6. Submit a pull request 😄

See Contributor.md.

Support

Feel free to contact us at our E-mail, we'd be happy to help!

Notes

Only project maintainers should merge a PR. Other members can add their reviews to a PR but the merging should be done by only a project maintainer.