Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Catalan Number #300

Open
ZoroarkDarkrai opened this issue Oct 3, 2017 · 14 comments
Open

Add Catalan Number #300

ZoroarkDarkrai opened this issue Oct 3, 2017 · 14 comments
Assignees
Labels
add code Hacktoberfest new algorithm For issues pertaining to the creation of new algorithms

Comments

@ZoroarkDarkrai
Copy link
Contributor

I'll do it in c++ again :D.

@manan904
Copy link
Contributor

manan904 commented Oct 3, 2017

I'll do it in Python.

@mkfeuhrer
Copy link
Contributor

I'll do it in C

@bamsarts
Copy link
Contributor

bamsarts commented Oct 3, 2017

i'll do it in java

@manan904
Copy link
Contributor

manan904 commented Oct 3, 2017

Should I create a new folder?

@Ilozuluchris
Copy link
Contributor

Can I do this in Scala

@mkfeuhrer
Copy link
Contributor

#307

@AdiChat
Copy link
Member

AdiChat commented Oct 3, 2017

Sure @Ilozuluchris Go ahead 👍

Ilozuluchris added a commit to Ilozuluchris/cosmos that referenced this issue Oct 3, 2017
@ravilkashyap
Copy link
Contributor

Can I do it in C++?

@AdiChat
Copy link
Member

AdiChat commented Oct 3, 2017

@ravilkashyap We have a pull request for catalan number in C++. Kindly do it in some other language or try out some other task 👍

@bhaveshAn
Copy link
Contributor

@AdiChat please let me know why the issue is still not closed.

@AdiChat
Copy link
Member

AdiChat commented Oct 4, 2017

@bhaveshAn We can add code in other languages as well 👍

ankushChatterjee added a commit to ankushChatterjee/cosmos that referenced this issue Oct 4, 2017
* header comment added

* kruskal.cpp

* Adding C implementation

* created new category

* Create magic_square.cpp

* add radix_sort.go

* Rename kruskal.cpp to kruskal_minimum_spanning_tree.cpp

* Adding Kruskal MST implementation in C

* header comment added

* stack implementation via go

* titlingDynamicProg

* Adding magic square implementation in c

* Binary Search Tree in C

* Create exponentiation_by_squaring.cpp

* Delete exponentiation_by_squaring.cpp

* Added python code for Lonely Integer Problem

* header comment added

* Added the python code for ford-fulkerson algorithm

* Update magic_square.cpp

* Create exponentiation_by_squaring.cpp

* Adding Minimum Coins in JavaScript

* Delete magic_square.cpp

* Added Queue Implementation in C using Linked Lists

* added edit distance in golang

* Added Exponentation Power in C

* Code for the Lonely Integer problem in Python

* Added Queue Implementation in C using Linked Lists Closes:OpenGenus#284

* Fixed the algo

Works using recursion

* longestBitonicSeq in c++

* add Catalan Number java language

* AI TSP added with test cases

* Exponent using square in Java

Added algorithm to find exponent by squaring in java.

* Added main function

* Adding exponentiation by squaring in python

* LonelyInteger in JavaScript

* Create fibonacci numbers in C

* LonelyInt in Java

* Create catalan_number.cpp

* Delete magic_square.cpp

* Add Sleep_Sort in folder

* Add in folder

* Adding Catalan Number implementation in C

* header comment added

* header comment added

* Add files via upload

* Add files via upload

* Rename ford-fulkerson.cpp to ford_fulkerson_using_bfs.cpp

* Create LeftistPriorityQueue.cpp

* Fixes several GCC warnings, typos and style issues

* Added fermat test

Closes: OpenGenus#265

* Implementation of catlan number in scala

Catlan number in Scala OpenGenus#300

* Create Binary_Search_Tree.c

Successfully added Binary Search Tree in C.
Please take a look and merge, Thanks.

* Changed the name of the file ford_fulkerson.py to ford_fulkerson_using_bfs.py

* Armstrong Number

* chnaged the name of ford_fulkerson.py and removed the old file

* header comment added

* added merge.js file by dhanush13-c

* added merge_sort.js file by dhanush13-c

* Adding Minimum Coins in Java

* Adds a README.md to Binary Search

* header comment added

* header comment added

* huffman coding initial commit

* header comment added

* Create inversionusingDandC.cpp

* Revert "binary search in python"

This reverts commit e032679.

* Revert "Adds a README.md to Binary Search"

This reverts commit 33cc2a2.

* Revert "Revert "binary search in python"" because for some reason I reverted the wrong commit

This reverts commit fc759a7.

* Added the code for 2 Unique Numbers in an Array

* First n Catalan numbers using Dynamic Programming

A simple self explanatory c++ program to print n Catalan Numbers using Dynamic Programming!
Kudos!

* Segment Trees in Java

* header comment added

* Update README.md

* Add linear search info to README.md

* int return main

* header comment added

* Add info to binary search README.md

* Add info to binary search README.md

* Added Input values

For easy understability I have inserted test values and displayed the Result.

* Added Permutations of String in CPP

* rearranging and cleaning

* fixed location

* Added HashTable in Java

Implementation of HashTable in Java using array of linked lists with functions like get, put, remove etc.

* header comment added, removed link

* Create Binary Search Tree Height(Max Depth).cpp

A Binary Tree implementation in C++ for insertion of nodes and finding the depth(height) of the BST

* adding binary search on golang

* added code for BSTheight in Python

* header and footer added

* footer added

* updated code for BSTheight in Python

* footer added

* add algorithm x

* Amicable numbers.cpp

Program to Calculate Amicable Numbers under 10000 and find sum.
An amicable pair of numbers consists of two different integers where the sum of the divisors of the first integer is equal to the second integer, and the sum of the divisors of the second integer is equal to the first integer.

* Added insertion.rs file

an insert sort program in rust.

* adding description in README.md for the bubble sort algorighm

* Add missing footer in bubble sort README.md

* Inversion Count using Divide And Conquer Approach

Inversion count of the array is calculated using Merge Sort

* Added merge_sort.php

A php program for merge sort.
O (n log n) comparison-based sorting algorithm.

* Add a c++ bridge and articulation points in graph

* Added C# MergeSort

* Adding Minimum Coins in Python

* Added C# HeapSort

* Adding Minimum Coins in C++ and small fixes on Python version

* added merge sort in php

* adding insertion_sort on golang

* Catalan no programs

* Added code for fibonacci number in scala

OpenGenus#311

* python imp for queue using LL

* Update fibonacci.scala

* Adds Ruby Fibonacci

* Adds python Fibonacci

* Added Catlan Number in Python

* Fixes indentation

* Adds Erlang Fibonacci

* find height of BST in C

* Java BinaryTree: Added generics and fixed methods that should be private. Also changed the name of the class to the name of the file

* Adding pascal_triangle.cpp and horner_polynomial_evaluation.

* Add subset sum generation solution in C++

* Remove .DS_Store; Add README.md

* Delete .DS_Store

* Create merge sort.php

* added insertion sort for php

* Adding Segment Tree - Range Minimum Query - O(N*logN)

* added bubble sort for php

* Addding subset sum implementation in C

* Create egyptian_fraction.cpp

* Added morse translator

Added the python implementation for morse code translator

Closes: OpenGenus#314

* added bucket sort php

* binary search in swift

* fixed std namespace

* header comment added

* removed package

* header comment added

* fixed folder name

* fixed name

* Added BST implementation in Ruby.

* header comment added

* fixed location

* fixed name

* header comment added

* header comment added

* changing dir for Catallan number programs

* Added effective code for trie insetion and search in c++

* Added Nth Magic Number Program in CPP

* fixed typo

* renamed contributors.md

* Automorphic Numbers

* header comment added

* heigt of BST in C

* header comment added

* header comment added

* fixed location

* fixed location
@rattandeep1998
Copy link
Contributor

I've added Catalan Number in Ruby. @AdiChat

@arnavb arnavb added the new algorithm For issues pertaining to the creation of new algorithms label Feb 25, 2019
@abhijeet010304
Copy link
Contributor

@arnavb I can contribute to it in C++ please assign it to me

@arnavb
Copy link
Member

arnavb commented Mar 24, 2020

Already here @abhijeet010304

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add code Hacktoberfest new algorithm For issues pertaining to the creation of new algorithms
Projects
None yet
Development

No branches or pull requests