hello-anmol / Data_structures-and-Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data_structures-and-Algorithms

This repository contains implementation of various algorithms in different Programming languages.

You are all welcome to contribute.

Please add whatever knowledge of data structures and algorithms you can.

Thank you.

Please take care of following conventions:

  • Write the complete algorithm name. e.g QuickSort.cpp
  • Follow snake case naming convention for Python and Camel case for other languages. e.g Python : quick_sort.py and In Cpp: quickSort.cpp

About


Languages

Language:C 35.8%Language:C++ 31.9%Language:Python 23.3%Language:JavaScript 9.0%