Skip to content

Jvinniec/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General Algorithms

This repository is where I keep examples of various algorithms that I've implemented in various languages. It is a convenient place to start when attempting to learn a new programming language.

The repository is structured according to algorithm and all implementations of a given algorithm are placed in the same directory. However, it should be noted that not all algorithms will be implemented in more than one programming language.

A note on programming methodology

In order for readability and ease of processing the following rules for each method are used:

  • Only one return statement in each method (at the end)
  • Keep line length under 80 characters including indentation (for readability)

About

Personal implementations of various data structures and algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published