aw-junaid /
Computer-Science
Explore a collection of resources and projects in Computer Science, covering algorithms, data structures, programming languages, and emerging technologies.
Loading repository data…
shanewas / repository
A collection of algorithms, design patterns and idioms in Python.
A collection of algorithms, design patterns and idioms in Python.
Creational Patterns:
| Pattern | Description |
|---|---|
| abstract_factory | use a generic function with specific factories |
Behavioral Patterns:
| Pattern | Description |
|---|---|
| command | encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations |
Selected from shared topics, language and repository description—not editorial ratings.
aw-junaid /
Explore a collection of resources and projects in Computer Science, covering algorithms, data structures, programming languages, and emerging technologies.
Arbabpouri /
A multi-language collection of classic algorithm implementations for learning and comparison. Clean code examples across Python, C, C++, Go, and more — perfect for students and contributors.
Amey-Thakur /
A curated collection of 100+ Python programs, algorithms, and data structure implementations for problem solving and computational practice.
marvincolgin /
Polyglot Data Structures/Algorithms. Collection of classic computer science data-structures: LinkList, Queue/Stack, Binary Tree, Hashmap, Graph and the sorts: bubble, insertion, merge, quicksort. Whiteboarded and originally written in Python, then ported to Java, Node and Golang.
AdilShamim8 /
A collection of Python implementations for fundamental data structures and algorithms, designed to facilitate learning and problem-solving in computer science.
nocotan /
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in Python for educational purposes.