Add Algorithmic Pseudocode (#506)

This repository contains the pseudocodes of various algorithms and data structures necessary for Interview Preparation and Competitive Programming. The choice of the programming language isn't a barrier as you need to write the code in plain English, which should be understandable to a lot of people.
This commit is contained in:
Anonymous 2019-10-16 12:45:35 +05:30 committed by Shmavon Gazanchyan
parent 297bf5f10a
commit 655c07e122

View File

@ -25,6 +25,7 @@ If you are not a programmer, but would like to contribute, check out the [Awesom
- [JavaScript](#javascript)
- [Julia](#julia)
- [Kotlin](#kotlin)
- [LaTex](#latex)
- [Perl](#perl)
- [PHP](#php)
- [Python](#python)
@ -169,6 +170,10 @@ If you are not a programmer, but would like to contribute, check out the [Awesom
- [Atrium](https://github.com/robstoll/atrium/labels/good%20first%20issue) _(label: good first issue)_ <br> Multiplatform assertion library for Kotlin
- [Hexagon](https://github.com/hexagonkt/hexagon/labels/help%20wanted) _(label: help wanted)_ <br> A microservices toolkit written in Kotlin
## LaTex
- [Algorithmic Pseudocode](https://github.com/just-a-visitor/algorithmic-pseudocode/labels/good%20first%20issue) _(label: good first issue)_ <br> A collection of language independent pseudocodes (pdf) for interview preparation and competitive programming.
## Perl
- [Ravada](https://github.com/UPC/ravada/labels/good%20first%20issue) _(label: good first issue)_ <br> Remote Virtual Desktops Manager.