array(4) { [0]=> string(38) "Source Code/Doubly Linked List (Insert" [1]=> string(36) " print: forward and revesre order).c" [2]=> string(4) "4928" [3]=> string(21) "2020-10-16 01:28:32 " } array(6) { [0]=> string(31) "Source Code/Linked List [create" [1]=> string(7) " insert" [2]=> string(7) " delete" [3]=> string(10) " search].c" [4]=> string(4) "4432" [5]=> string(21) "2020-10-16 01:28:32 " } data-structures 联合开发网 - pudn.com
data-structures

所属分类:数据结构
开发工具:C
文件大小:0KB
下载次数:0
上传日期:2021-09-28 16:13:43
上 传 者sh-1993
说明:  该存储库包含一些用C编程语言实现的数据结构。我写了教程帖子ab...
(This repository contains some data structures implementation in C programming language. I wrote the tutorial posts about these data structures on my personal blog site in Bengali language. If you know Bengali then visit my site)

文件列表:
Source Code/ (0, 2020-10-16)
Source Code/Binary Search Tree - Delete any node.c (3714, 2020-10-16)
Source Code/Binary Search Tree [Find Maximum and Minimum value].c (4009, 2020-10-16)
Source Code/Binary Search Tree [Insert-Search-Traverse] .c (3242, 2020-10-16)
Source Code/Circular Doubly Linked List (Insert (Delete, Print).c,6)
Source Code/Circular Singly Linked List.c (5665, 2020-10-16)
Source Code/Deque - Double Ended Queue.cpp (2005, 2020-10-16)
Source Code/Doubly Linked List (Insert (Delete, Print).c,7)
Source Code/Infix to Postfix and Postfix evaluation.cpp (3770, 2020-10-16)
Source Code/Is it a BST or not.c (5140, 2020-10-16)
Source Code/Linked List.c (1160, 2020-10-16)
Source Code/Parentheses Balance Checking using Stack.cpp (564, 2020-10-16)
Source Code/Queue Implementation in C.cpp (1140, 2020-10-16)
Source Code/Stack Implementation in C.cpp (1028, 2020-10-16)

# Data Structures In this repository I'll add all of my data structures implementations. Most of them are implemented by C programming language. If you know Bengali go to my personal blog site for tutorials on these topics: http://hellohasan.com/category/data-structure/ Enjoy! :) ### **Data Structures List:** #### Linear Data Structure: - [Stack - Basic Implementation](https://github.com/hasancse91/data-structures/blob/master/Source%20Code/Stack%20Implementation%20in%20C.cpp) - [Stack - Parentheses Balance Checking](https://github.com/hasancse91/data-structures/blob/master/Source%20Code/Parentheses%20Balance%20Checking%20using%20Stack.cpp) - [Queue - Basic Implementation](https://github.com/hasancse91/data-structures/blob/master/Source%20Code/Queue%20Implementation%20in%20C.cpp) - [Conversion of Infix to Postfix notation. Evaluation of Postfix notation](https://github.com/hasancse91/data-structures/blob/master/Source%20Code/Infix%20to%20Postfix%20and%20Postfix%20evaluation.cpp) - [Deque – Double-Ended Queue](https://github.com/hasancse91/data-structures/blob/master/Source%20Code/Deque%20-%20Double%20Ended%20Queue.cpp) - [Singly Linked List: Create, Print and Count the Item](https://github.com/hasancse91/data-structures/blob/master/Source%20Code/Linked%20List.c) - [Singly Linked List: Create, Insert, Search, Delete and Print operation](https://github.com/hasancse91/data-structures/blob/master/Source%20Code/Linked%20List%20%5Bcreate%2C%20insert%2C%20delete%2C%20search%5D.c) - [Doubly Linked List: Insert, Print the list forward and reverse order](https://github.com/hasancse91/data-structures/blob/master/Source%20Code/Doubly%20Linked%20List%20(Insert%2C%20print:%20forward%20and%20revesre%20order).c) - [Doubly Linked List: Insert, Delete, Print the list forward and reverse order](https://github.com/hasancse91/data-structures/blob/master/Source%20Code/Doubly%20Linked%20List%20(Insert%2C%20Delete%2C%20Print).c) - [Circular Singly Linked List: Insert, Delete, Traverse (Print)](https://github.com/hasancse91/data-structures/blob/e2d04b144df53b67e9b731eb138b27f4f1ce3ba0/Source%20Code/Circular%20Singly%20Linked%20List.c) - [Circular Doubly Linked List: Insert, Delete, Traverse (print) Forward order and Reverse order](https://github.com/hasancse91/data-structures/blob/master/Source%20Code/Circular%20Doubly%20Linked%20List%20(Insert%2C%20Delete%2C%20Print).c) #### Non-Linear Data Structure: - [Tree - Binary Search Tree - BST [Insert, Search and Traversal]](https://github.com/hasancse91/data-structures/blob/master/Source%20Code/Binary%20Search%20Tree%20%5BInsert-Search-Traverse%5D%20.c) - [Tree – Binary Search Tree – BST [Find Maximum and Minimum value]](https://github.com/hasancse91/data-structures/blob/master/Source%20Code/Binary%20Search%20Tree%20%5BFind%20Maximum%20and%20Minimum%20value%5D.c) - [Tree – Binary Search Tree – BST [Delete any node of BST]](https://github.com/hasancse91/data-structures/blob/master/Source%20Code/Binary%20Search%20Tree%20-%20Delete%20any%20node.c) - [Tree – Binary Search Tree – BST [Checking: Is it a BST or Not?]](https://github.com/hasancse91/data-structures/blob/master/Source%20Code/Is%20it%20a%20BST%20or%20not.c)

近期下载者

相关文件


收藏者