All Projects → BaReinhard → Hacktoberfest Data Structure And Algorithms

BaReinhard / Hacktoberfest Data Structure And Algorithms

Licence: gpl-3.0
A repo to contains data structure s and algorithms, regardless of language.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Hacktoberfest Data Structure And Algorithms

Ziggy
Use your Laravel named routes in JavaScript
Stars: ✭ 2,619 (+1339.01%)
Mutual labels:  hacktoberfest
Killgrave
Simple way to generate mock servers written in Go
Stars: ✭ 180 (-1.1%)
Mutual labels:  hacktoberfest
Circe
Yet another JSON library for Scala
Stars: ✭ 2,223 (+1121.43%)
Mutual labels:  hacktoberfest
Pluto
An x86 kernel written in Zig
Stars: ✭ 172 (-5.49%)
Mutual labels:  hacktoberfest
Profile Command
Quickly identify what's slow with WordPress
Stars: ✭ 180 (-1.1%)
Mutual labels:  hacktoberfest
Jabref
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Stars: ✭ 2,385 (+1210.44%)
Mutual labels:  hacktoberfest
Shopware Pwa
Shopware PWA for eCommerce. Headless storefront solution for Shopware 6, which communicates through the SalesChannel-API. Always Open Source, MIT license. Made with 💙 by shopware AG & Vue Storefront.
Stars: ✭ 180 (-1.1%)
Mutual labels:  hacktoberfest
Zoo For Zotero
This is an Android app for viewing Zotero libraries.
Stars: ✭ 181 (-0.55%)
Mutual labels:  hacktoberfest
Nlp profiler
A simple NLP library allows profiling datasets with one or more text columns. When given a dataset and a column name containing text data, NLP Profiler will return either high-level insights or low-level/granular statistical information about the text in that column.
Stars: ✭ 181 (-0.55%)
Mutual labels:  hacktoberfest
Skiasharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Stars: ✭ 2,493 (+1269.78%)
Mutual labels:  hacktoberfest
Pswriteword
PSWriteWord is powershell module to create Microsoft Word documents without Microsoft Word installed...
Stars: ✭ 180 (-1.1%)
Mutual labels:  hacktoberfest
Docker
Composer in Docker
Stars: ✭ 180 (-1.1%)
Mutual labels:  hacktoberfest
Json C
https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/
Stars: ✭ 2,313 (+1170.88%)
Mutual labels:  hacktoberfest
Awesome Clojure
A curated list of awesome Clojure libraries and resources. Inspired by awesome-... stuff
Stars: ✭ 2,274 (+1149.45%)
Mutual labels:  hacktoberfest
Python Neo
Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats
Stars: ✭ 180 (-1.1%)
Mutual labels:  hacktoberfest
Ar.js
Image tracking, Location Based AR, Marker tracking. All on the Web.
Stars: ✭ 3,048 (+1574.73%)
Mutual labels:  hacktoberfest
Argagg
A simple C++11 command line argument parser
Stars: ✭ 180 (-1.1%)
Mutual labels:  hacktoberfest
Thunder
An open-source game engine is written in C++ with a flexible architecture
Stars: ✭ 182 (+0%)
Mutual labels:  hacktoberfest
Javascript Biginteger
A big integer library for JavaScript
Stars: ✭ 181 (-0.55%)
Mutual labels:  hacktoberfest
Fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, .NET Core 2.1 and 3.0, as well as .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
Stars: ✭ 2,449 (+1245.6%)
Mutual labels:  hacktoberfest

Hacktoberfest-Data-Structure-and-Algorithms

A repository containing data structures and algorithms, regardless of language.

Not Affiliated with Digital Ocean or Hacktoberfest

Hacktoberfest

CONTRIBUTING!

Contributing to this repo

Implementing new File/Directory Structure

  • Try to keep things as modular as possible, the new file/directory structure should be:
/data_structures/structure/language/file
ex: /data_structures/char_stack/cpp/cstack.cpp
/algorithms/algorithm/language/file
ex: /algorithms/bubble_sort/cpp/bubble_sort.cpp

How To:

  1. Fork Repo on Web Page
  2. git clone https://github.com/{your-username}/Hacktoberfest-Data-Structure-and-Algorithms
  3. Code your files in the proper directory based on the instructions above
  4. add all your files git add your/directory/path/to/file/ (see new directory structure above)
  5. commit your file changes git commit -m "Whatever you did here, e.g. created linkedlist class in C++"
  6. push your changes git push
  7. Create a Pull Request to master on Web Page

Alternate via Web

  1. Fork Repo on Web Page
  2. Make your changes on your forked repo
  3. Make Pull Request to master

Credits

Logo created with: http://logomakr.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].