cosmos icon indicating copy to clipboard operation
cosmos copied to clipboard

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project

Results 258 cosmos issues
Sort by recently updated
recently updated
newest added

**This is a(n):** - [x] New algorithm - [ ] Update to an existing algorithm - [ ] Error - [ ] Proposal to the Repository **Details:** The task is...

good first issue
Hacktoberfest
add code
new algorithm

**This is a(n):** - [x] New algorithm - [ ] Update to an existing algorithm - [ ] Error - [ ] Proposal to the Repository **Details:**

Hacktoberfest

**This is a(n):** - [x] New algorithm - [ ] Update to an existing algorithm - [ ] Error - [ ] Proposal to the Repository **Details:** A simple way...

Hacktoberfest

Added Python and Java implementations of Huffman encoding, as well as a small readme to explain what it is

**Fixes issue:** #6378 **Changes:** Added in a doubly linked list into cosmos/code/data_structures/src/DoublyLinkedList.

**Changes:** Below is my code for multiplying two integers of any integer type (from char to long long, signed and unsigned) using ONLY bitwise operators. As you can see, I...

**Fixes issue:** [issue #4971](https://github.com/OpenGenus/cosmos/issues/4971) **Changes:** Added BFRIEND algorithm. Details: Alice just invited Bob to come over for dinner at her place. Bob is not dressed properly and he does not...

**Fixes issue:** **Changes:**

A common graph algorithm called the 'Hamiltonian path Algorithm' has been written in python. The code is bug-free and works for all the test cases. Also basic comments have been...