ALGOS

所属分类:图形图像处理
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-08-09 13:31:12
上 传 者sh-1993
说明:  该存储库包含多种编程语言中各种算法的实现,包括数据结构、搜索al...,
(This repository contains implementations of various algorithms in multiple programming languages, including data structures, searching algorithms, sorting algorithms, and graph algorithms.)

文件列表:
client.js (965, 2023-12-16)
images/ (0, 2023-12-16)
images/R.jpeg (333131, 2023-12-16)
images/algo.png (7131, 2023-12-16)
images/bg.jpg (507016, 2023-12-16)
index.html (7366, 2023-12-16)
light.css (3528, 2023-12-16)
my-express-app/ (0, 2023-12-16)
my-express-app/node_modules/ (0, 2023-12-16)
my-express-app/node_modules/.bin/ (0, 2023-12-16)
my-express-app/node_modules/.bin/mime (290, 2023-12-16)
my-express-app/node_modules/.bin/mime.cmd (299, 2023-12-16)
my-express-app/node_modules/.bin/mime.ps1 (769, 2023-12-16)
my-express-app/node_modules/.package-lock.json (22140, 2023-12-16)
my-express-app/node_modules/accepts/ (0, 2023-12-16)
my-express-app/node_modules/accepts/HISTORY.md (5096, 2023-12-16)
my-express-app/node_modules/accepts/LICENSE (1167, 2023-12-16)
my-express-app/node_modules/accepts/index.js (5252, 2023-12-16)
my-express-app/node_modules/accepts/package.json (1157, 2023-12-16)
my-express-app/node_modules/array-flatten/ (0, 2023-12-16)
my-express-app/node_modules/array-flatten/LICENSE (1103, 2023-12-16)
my-express-app/node_modules/array-flatten/array-flatten.js (1195, 2023-12-16)
my-express-app/node_modules/array-flatten/package.json (879, 2023-12-16)
my-express-app/node_modules/body-parser/ (0, 2023-12-16)
my-express-app/node_modules/body-parser/HISTORY.md (16296, 2023-12-16)
my-express-app/node_modules/body-parser/LICENSE (1172, 2023-12-16)
my-express-app/node_modules/body-parser/SECURITY.md (1193, 2023-12-16)
my-express-app/node_modules/body-parser/index.js (2681, 2023-12-16)
my-express-app/node_modules/body-parser/lib/ (0, 2023-12-16)
my-express-app/node_modules/body-parser/lib/read.js (4325, 2023-12-16)
my-express-app/node_modules/body-parser/lib/types/ (0, 2023-12-16)
my-express-app/node_modules/body-parser/lib/types/json.js (5012, 2023-12-16)
my-express-app/node_modules/body-parser/lib/types/raw.js (1884, 2023-12-16)
my-express-app/node_modules/body-parser/lib/types/text.js (2285, 2023-12-16)
my-express-app/node_modules/body-parser/lib/types/urlencoded.js (5797, 2023-12-16)
my-express-app/node_modules/body-parser/package.json (1472, 2023-12-16)
... ...

# ALGOS Repository This repository contains various algorithms implemented in different programming languages. Each algorithm has its own file with a description and code implementation. ## Table of Contents - [Data Structures](https://github.com/Voldemond/ALGOS/blob/master/#data-structures) - [Searching Algorithms](https://github.com/Voldemond/ALGOS/blob/master/#searching-algorithms) - [Sorting Algorithms](https://github.com/Voldemond/ALGOS/blob/master/#sorting-algorithms) - [Graph Algorithms](https://github.com/Voldemond/ALGOS/blob/master/#graph-algorithms) - [Contributing](https://github.com/Voldemond/ALGOS/blob/master/#contributing) - [License](https://github.com/Voldemond/ALGOS/blob/master/#license) ## Data Structures - [Stack](https://github.com/Voldemond/ALGOS/blob/master/stack.js) - [Queue](https://github.com/Voldemond/ALGOS/blob/master/queue.js) - [Linked List](https://github.com/Voldemond/ALGOS/blob/master/linked_list.py) - [Binary Search Tree](https://github.com/Voldemond/ALGOS/blob/master/binary_search_tree.java) ## Searching Algorithms - [Linear Search](https://github.com/Voldemond/ALGOS/blob/master/linear_search.cpp) - [Binary Search](https://github.com/Voldemond/ALGOS/blob/master/binary_search.py) ## Sorting Algorithms - [Bubble Sort](https://github.com/Voldemond/ALGOS/blob/master/bubble_sort.rb) - [Merge Sort](https://github.com/Voldemond/ALGOS/blob/master/merge_sort.c) - [Selection Sort](https://github.com/Voldemond/ALGOS/blob/master/selection_sort.java) - [Insertion Sort](https://github.com/Voldemond/ALGOS/blob/master/insertion_sort.py) - [Quick Sort](https://github.com/Voldemond/ALGOS/blob/master/quick_sort.js) ## Graph Algorithms - [Depth First Search (DFS)](https://github.com/Voldemond/ALGOS/blob/master/dfs.cpp) - [Breadth First Search (BFS)](https://github.com/Voldemond/ALGOS/blob/master/bfs.py) ## Contributing Contributions to this repository are welcome! If you would like to contribute your own algorithm implementations or improve existing ones, please follow the guidelines outlined in the [CONTRIBUTING.md](https://github.com/Voldemond/ALGOS/blob/master/CONTRIBUTING.md) file.

近期下载者

相关文件


收藏者