REPOSITORY OVERVIEWLive repository statistics
★ 29Stars
⑂ 211Forks
◯ 65Open issues
◉ 29Watchers
45/100
OPENREPOHUB HEALTH SIGNALMixed signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
52 Community adoption25% weight
36 Maintenance state20% weight
40 License clarity10% weight
0 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Welcome to the Algorithms-Hacktoberfest by FnPlus
This repository is a part of HacktoberFest -an event organised by DigitalOcean.
You are requested to create your profile using the above link to be a part of it.
This repository contains examples of various algorithms written on different programming languages...
Contributors








Implemented Algorithms
Implemented Data Structures
Sample Run
| Language | Steps |
|---|
| Python | python [filename.py] |
| C | gcc [filename.c]./a.out # unixa.exe # windows |
| CPP | g++ [filename.cpp]./a.out # unixa.exe # windows |
| Java | javac [filename.java]java [filename] |
| golang | go build [filename.go][./filename] |
Trees
| Algorithm | C | CPP | Java | Python | JavaScript |
|---|
| Pre-Order Traversal | | | [:octocat:] | | |
| Post-Order Traversal | | | [:octocat:] | | |
| In-Order Traversal | | | [:octocat:] | | |
| Binary Search Tree | | [:octocat:] | [:octocat:] | | |
| Height of the Tree | | | | | |
| Depth of the Tree | | | | | |
| AVL Tree | | | | | |
| Spanning Tree | | | | | |
Contributing
-
Fork it!
-
Clone the forked repository to local system.
-
Create your feature branch: git checkout -b my-new-feature
-
Commit your changes: git commit -am 'Add some feature'.
Go through Commit Messages guidelines
-
Push to the branch: git push origin my-new-feature
-
Submit a pull request :smile:
See Contributor.md.
Support
Feel free to contact us at our E-mail, we'd be happy to help!
Notes
Only project maintainers should merge a PR.
Other members can add their reviews to a PR but the merging should be done by only a project maintainer.
Authors
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
88/100 healthRecently updatedPopularActive repositoryHas homepage
C++NOASSERTION#algorithm#c#cpp#data-structures
⑂ 8.1K forks◯ 3 issuesUpdated today
Project homepage ↗This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
80/100 healthRecently updatedActive repository
C++No license#algorithms#cpp#leetcode
⑂ 1.3K forks◯ 6 issuesUpdated today