Giter Club home page Giter Club logo

techous / algoheist Goto Github PK

View Code? Open in Web Editor NEW
56.0 56.0 98.0 528 KB

A repository for algorithms in different languages for the beginners to contribute and learn.

License: GNU General Public License v3.0

C++ 36.35% C 20.97% Java 15.33% Python 12.37% JavaScript 4.36% Go 1.62% Jupyter Notebook 4.16% Ruby 4.84%
algorithm algorithms algorithms-implemented hacktober hacktober-fest hacktober-fest-contributions hacktoberfest hacktoberfest-23 hacktoberfest-starter hacktoberfest2023 hacktoberfest23

algoheist's People

Contributors

aaditya1978 avatar aarushi5g avatar aivan2798 avatar anarchymonkey avatar anshumandhiman avatar ashwek avatar asmit061 avatar bhaveshjakhar avatar dimas-saputra-me avatar dubey01 avatar gauravwalia19 avatar geekswaroop avatar kalpita01 avatar keneepatel avatar kiransbaliga avatar maatheusgois avatar mdbrnowski avatar mihdi avatar naman-singla777 avatar nitin-1926 avatar pankhuri-52 avatar pratikcs50 avatar preekshitchandel avatar ramalik00 avatar saisuma98 avatar sammanchanchal avatar shrutisingh11 avatar souvikmahato-sm avatar suvarna221b avatar zarasingh199 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

algoheist's Issues

Coin Change Permutation

Name the program which you are adding

Coin Change Permutation

Programming Language you will code

Python

YOU ARE

a student

GITHUB USERNAME

shrutisingh11

HacktoberFest19

Name the program which you are adding

Bubble Sort

Programming Language you will code

Python

YOU ARE

student

GITHUB USERNAME

aksh555

HacktoberFest20

Name the program which you are adding

I am Adding the Fibonacci_xor problem in C++

Programming Language you will code

C++

YOU ARE

a student

GITHUB USERNAME

riyavaryani

HacktoberFest20

Name the program which you are adding

Quick Sort

Programming Language you will code

JavaScript

YOU ARE

software engineer

GITHUB USERNAME

albericod

Z algorithm in Strings

I want to contribute the famous Z-algorithm of Strings in c++ language to the repository.

ENHANCEMENT

FILE TO CHANGE

binarySearch.c

Enhancements To Do

  1. Add relevant comments
  2. Update variable names

ENHANCEMENT

FILE TO CHANGE

BinarySearch.java

Enhancements To Do

  1. Add relevant comments
  2. Update variable names

ENHANCEMENT

FILE TO CHANGE

recurLinearSearch.c

Enhancements To Do

  1. Add relevant comments in the code
  2. Follow the professional coding standards

Key to character mapping using any language

print possible sequence of characters based on entered key (number ) .
key to character mapping is based on mobile phone key pad sequence .
You can submit your code in any language .

ENHANCEMENT

FILE TO CHANGE

BinarySearch.cpp

Enhancements To Do

  1. Rename variables with relevant approach
  2. Break the code into methods
  3. Add relevant comments.

Algorithm website under docs folder

Is your feature request related to a problem? Please describe.

The main issue is user is unable to see all the codes referenced in the README. In the website we will add search feature so that any code can be searched.

Describe the solution you'd like

Website through which we can search the code we want.

HacktoberFest20

Name the program which you are adding

Binary search using recursion, Queue using linked list, Implementation of Sparse matrix and its addition

Programming Language you will code

C++ for Binary Search and C for Queue and Sparse Matrix

YOU ARE

a student

GITHUB USERNAME

kiransbaliga [https://github.com/kiransbaliga]

HacktoberFest19

Name the program which you are adding

Dijkstra's shortest path algorithm

Programming Language you will code

C++

YOU ARE

Student

GITHUB USERNAME

vrn25

Golang in BUBBLE-SORT

At the moment, there's no folder for Golang inside the BUBBLE-SORT. So, it'd be great if we could have it there.

HacktoberFest19

Name the program which you are adding

Closest Pair Algorithm

Programming Language you will code

C++

YOU ARE

a student

GITHUB USERNAME

ri2parna

ENHANCEMENT

FILE TO CHANGE

linearSearch.py

Enhancements To Do

  1. Add relevant comments

ENHANCEMENT

FILE TO CHANGE

linearSearch.java

Enhancements To Do

  1. Update variable names
  2. Add comments

HacktoberFest19

Name the program which you are adding

Kruskal's Algorithm to find MST

Programming Language you will code

C++

YOU ARE

Student

GITHUB USERNAME

geekswaroop

HacktoberFest19

Name the program which you are adding

Radix Sorting algorithm

Programming Language you will code

C++

YOU ARE

a student

GITHUB USERNAME

rajan88lal88

ENHANCEMENT

FILE TO CHANGE

binarySearch.py

Enhancements To Do

  1. Add relevant comments
  2. Update the variable names according to professional code standard

ENHANCEMENT

FILE TO CHANGE

binarysearch.c

Enhancements To Do

  1. Add relevant comments
  2. Update variable names

HacktoberFest19

Name the program which you are adding

Dijkstra's Algorithm

Programming Language you will code

C++

YOU ARE

a student

GITHUB USERNAME

nikunj-taneja

HacktoberFest19

Name the program which you are adding

BFS, DFS algorithm

Programming Language you will code

C++

YOU ARE

Student

GITHUB USERNAME

vrn25

HacktoberFest19

Name the program which you are adding

QuickSort Algorithms

Programming Language you will code

C++

YOU ARE

Student

GITHUB USERNAME

geekswaroop

add Golang in Selection Sort

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Prime Factorization

Name the program which you are adding

Finds the Prime Factorization of a number .
Example : 18 = (2) * (3^2)

Programming Language you will code

C++

YOU ARE

a student

GITHUB USERNAME

souvikmahato-sm

Max. Non Adjacent Sum

Name the program which you are adding

Maximum Non Adjacent Sum (dynamic programming)

Programming Language you will code

Python

YOU ARE

student

GITHUB USERNAME

sammanchanchal

[SORTING] Bubble Sort in Python3

Name the program which you are adding

Bubble Sort Algorithms

Programming Language you will code

Python3

YOU ARE

A Student

GITHUB USERNAME

ri2parna

ENHANCEMENT

FILE TO CHANGE

BinarySearch.cpp

Enhancements To Do

  1. Break the code into relevant methods as much possible.
  2. Use relevant variable names for eg. use size instead of N while denoting size of array.
  3. Add relevant comments to the code.

ENHANCEMENT

FILE TO CHANGE

linear.cpp

Enhancements To Do

  1. Make the method name camel case
  2. Convert the filename to LinearSearch.cpp and update README
  3. Instead of doing flag = 1 use flag = true
  4. Use correct variable names don't use arr use instead array so that one can easily understand.
  5. Add relevant comments.

HacktoberFest20

Name the program which you are adding

Binary Search with recursion

Programming Language you will code

JavaScript

YOU ARE

software engineer

GITHUB USERNAME

albericod

HacktoberFest20

Name the program which you are adding

Topological Sort Algorithm

Programming Language you will code

C++

YOU ARE

a student

GITHUB USERNAME

Shwewtank14

ENHANCEMENT

FILE TO CHANGE

linear.c

Enhancements To Do

  1. Change the file name to LinearSearch.c
  2. Add comments in the code
  3. Follow the coding standards
  4. Optimise the code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.