• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

Manvityagi/Data-Structures-and-Algorithms: Contains Implementation of selected D ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

Manvityagi/Data-Structures-and-Algorithms

开源软件地址:

https://github.com/Manvityagi/Data-Structures-and-Algorithms

开源编程语言:

C++ 100.0%

开源软件介绍:

Data Structures and Algorithms - Quick Revision

Contributors Forks Stargazers Issues


Logo Logo

Mantained By

This repository contains the implmentation of some of the most basic and important data structures and algorithms implemented in C++. A quick sneak peek into this repo before an interview may help!

· Report Bug · Request Feature

Data Structures and Algorithms

Table of Contents

Getting Started

The programs are contributed and mantained in a sequential order, anyone who wishes to go through the programs can easily find them in the documentation.

None of the programs require any speacial library so can be run on any standard IDE local or online.

Built With

  • C++ - Programing Language

Data Structures Implementation

  1. Priority Queue
  2. Hashmaps
  3. Trees
  4. Graphs
  5. Tries
  6. Segment Trees
  7. Fenwick Trees
  8. Stacks
  9. Queues
  10. Linked List
  11. Queues with linked list
  12. Stacks with linked list
  13. Double Linked List
  14. Circular Linked List

Algorithm List

View All

  1. Sorting Algos
  2. Backtracking
  3. Dynamic Programming
  4. Graphs
  5. String-Matching
  6. Tree Algorithms
  7. Searching Algorithms
  8. Others

Contributing

We want contributing to be enjoyable and educational for everyone. We would love to have your contributions. To get started have a look at our documentation on contributing.

1. Make Bug Reports

A bug is a demonstrable problem that is caused by the code in the repository. Good bug reports are extremely helpful, so thanks!

2. Adding a new DS or Algo ?

Any important new algortihm or Data Structure not already present in the list is welcome. Do create an issue first for the same and then make the PR.

You can follow the following steps for contributing.

# clone the repository to your local machine
$ git clone https://github.com/<YOUR-GITHUB-USERNAME>/Data-Structures-and-Algorithms.git

# navigate to the project's directory and install all the relevant dev-dependencies
$ cd Data-Structures-and-Algorithms

# add upstream 
$ git remote add upstream https://github.com/Manvityagi/Data-Structures-and-Algorithms

# include all the latest changes from the remote repository
$ git fetch upstream
$ git merge upstream/develop
  • Once you have made your changes, run the following command:
# add your changes
$ git add .

# make your commit
$ git commit -m "<YOUR-COMMIT-MESSAGE>"
The commit message should be in the format - `Added 'DS/ALGO NAME'`

#push your changes
git push -u origin master

3. Make Pull Requests

Authors

  1. Manvi Tyagi - Initial Work - View Profile



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
o8vm/ods: Open Data Structures (in Rust)发布时间:2022-04-27
下一篇:
nette/schema: 发布时间:2022-04-27
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap