codezilla icon indicating copy to clipboard operation
codezilla copied to clipboard

⚡️ codezilla ⚡️ One giant 🦖 collection of algorithms & design patterns.

Results 103 codezilla issues
Sort by recently updated
recently updated
newest added

IMPORTANT: Please do not create a Pull Request without creating an issue first. Any change needs to be discussed before proceeding. ## Description Please describe what changes you have made....

## Description Removed input scanning from Sorting/Bubble Sort/C/BubbleSort.c ## Related Issue https://github.com/Asiatik/codezilla/issues/396 ## Types of changes What types of changes does your code introduce? Put an `x` in all the...

## Description Declared n and added printf with call to function in Maths/Factorial/C/factorial.c. ## Related Issue https://github.com/Asiatik/codezilla/issues/397 ## Types of changes What types of changes does your code introduce? Put...

IMPORTANT: Please do not create a Pull Request without creating an issue first. Any change needs to be discussed before proceeding. ## Description Please describe what changes you have made....

Was Printing the output simultaneously. Adding "\n" in code to print output in new line. IMPORTANT: Please do not create a Pull Request without creating an issue first. Any change...

I have written 3 algorithms which I want to merge with this repository 1) Kruskal’s Minimum Spanning Tree 2) Prim’s Minimum Spanning Tree 3) Huffman Coding

Added 1) Kruskal’s Minimum Spanning Tree 2) Prim’s Minimum Spanning Tree 3) Huffman Coding 4) Example on greedy algorithm

This adds an algorithm that can be used to find the articulation points in a Graph. IMPORTANT: Please do not create a Pull Request without creating an issue first. Any...

## Title: Articulation Point(C++) ## Body: Uses DFS to find Articulation points in a graph. Are you working on this? - **Yes** (**If you are going to work on the...

IMPORTANT: Please do not create a Pull Request without creating an issue first. Any change needs to be discussed before proceeding. ## Description Please describe what changes you have made....