An open API service indexing awesome lists of open source software.

https://github.com/8luebottle/datastructure-n-algorithm

🧩 Problem Solving (language independent)
https://github.com/8luebottle/datastructure-n-algorithm

algorithms c data-structures golang javascript pytohn3

Last synced: about 1 year ago
JSON representation

🧩 Problem Solving (language independent)

Awesome Lists containing this project

README

          

# DataStructure-N-Algorithm
![Made with love by 8luebottle](https://img.shields.io/badge/Made%20with%20%E2%9D%A4%EF%B8%8Fby-%208luebottle%20-blue)  
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2F8luebottle%2FDataStructure-N-Algorithm)](https://hits.seeyoufarm.com)

## Programming Languages
+ Go
+ Python
+ JavaScript
+ C/C++

## Data Structure
+ Linear Data Structures
+ Non-linear Data Structures

## Algorithms
+ Time Limit : 60 min
+ Don't Use stack overflow
+ Don't looking for the solution.

### Naming Commit Message
```Number : Algorithm Name (Programming Language)```

**e.g)**

001 : Binary Gap (Python)

002 : Binary Gap (JavaScript)

003 : Linked List (C)

![algo](https://user-images.githubusercontent.com/48475824/68235519-bb66ab00-0046-11ea-8dfc-3f3d41274759.jpg)