From 655c07e122da38b77f6ce62471ae9eb95ec6da4c Mon Sep 17 00:00:00 2001 From: Anonymous Date: Wed, 16 Oct 2019 12:45:35 +0530 Subject: [PATCH] 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. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1756e48..7e8732a 100644 --- a/README.md +++ b/README.md @@ -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)_
Multiplatform assertion library for Kotlin - [Hexagon](https://github.com/hexagonkt/hexagon/labels/help%20wanted) _(label: help wanted)_
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)_
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)_
Remote Virtual Desktops Manager.