Description: Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a file. I wrote this during my study of Applied Computer Science so it s intended mainly for students who want to know about some advanced programming techniques in C. The Code was compiled with MSVC++ 6.0 but it should compile with any ANSI-compliant compiler. Platform: |
Size: 33792 |
Author:芝麻 |
Hits:
Description: 双链表的一个简单实现,双链表的插入也删除-Double-linked list to achieve a simple, double-linked list insertion also delete Platform: |
Size: 1024 |
Author:Yuan |
Hits:
Description: 常用的线性数据结构: 包括线性表、环形列表、队列、双端队列、单链表、双端链表、堆、栈、字符串数组等。非常有用,值得参考。-commonly used linear data structure : Table includes linear and circular table, queue, queue-end, single-linked list, double-linked list, heap, stack, as a string array. Very useful and valuable reference. Platform: |
Size: 39936 |
Author:许友来 |
Hits:
Description: 链表和应用包括单链表和双链表等等。自己写的,不太好望大家包涵。-List and applications, including single-chain and double-linked list and so on. Wrote it myself, not Good Hope everyone covered. Platform: |
Size: 6144 |
Author:梁英宗 |
Hits:
Description: This a safe double linked list data structure in order to store data on void* pointer for data segment.-This is a safe double linked list data structure in order to store data on void* pointer for data segment. Platform: |
Size: 3072 |
Author:thesky |
Hits:
Description: C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有源码(二叉树、链表、单链表、双链表、红黑树、快速排序、冒泡排序、哈弗曼树、堆、集合、字典、散列、字典、跳表、图、最短路径、排序。。。。)等等所有数据结构涉及的源码-C++ Builder programmers to learn data structures, which cover all you want to learn all the source data structure (tree, list, single list, double-linked list, a red, black tree, Quick Sort, Bubble Sort, Kazakhstan furman tree, heap, collection, dictionary, hash, dictionary, jump tables, maps, shortest path, and so on 。。。。) sort of all-source data structure!!! Platform: |
Size: 1671168 |
Author:南才北往 |
Hits:
Description: 了解double-link list與single-link list 的分別,有增加刪除節點功能-About double-link list with the single-link list respectively, an increase in function to delete nodes Platform: |
Size: 1024 |
Author:Alisa |
Hits:
Description: Here is the program for whole linked list implemented circular queue,double linked list,stack etc Platform: |
Size: 4096 |
Author:mohamed raoof |
Hits:
Description: 初始化双链表H;
依次采用尾插法插入a,b,c,d,e元素;
输出双链表H;
输出双链表H长度;
判断双链表H是否为空;
输出双链表H的第三个元素;
输出元素’a’的位置;
在第四元素位置上插入’f’元素;
输出双链表H;
删除双链表H的第三个元素;
输出双链表H;
-Initialize the double linked list H Turn the tail interpolation into the A, B, C, D, e elements The output of double linked list H The output of double linked list length H The third element output double linked list H The output element a position In the fourth elements into the f element position The output of double linked list H The output of double linked list H The third element deletion double linked list H The output of double linked list H Platform: |
Size: 1024 |
Author:许泽达 |
Hits:
Description: 初始化循环双链表H;
依次采用尾插法插入a,b,c,d,e元素;
输出循环双链表H;
输出循环双链表H长度;
判断循环双链表H是否为空;
输出循环双链表H的第三个元素;
输出元素’a’的位置;
在第四元素位置上插入’f’元素;
输出循环双链表H;
删除循环双链表H的第三个元素;
输出循环双链表H;
-Initialization cycle double linked list H Turn the tail interpolation into the A, B, C, D, e elements The output cycle double chain H The output cycle double linked list length H The third element of the output cycle double linked list H The output element a position In the fourth elements into the f element position The output cycle double chain H The output cycle double chain H Remove the third element circular doubly linked list H The output cycle double chain H Platform: |
Size: 1024 |
Author:许泽达 |
Hits:
Description: the first file (Array made of double linked lists):
you have 2 arrays one of them is called (head) the other one is (tail), and each row is a double linked list, the user is asked to define the dimension of these arrays at fist, then he can do some operation like:
add an element to a defined row and colomn, delete an element a defined row and colomn, search for an element in a defined row, delete all element a defined row, add a bunch of elements to a new row.
-the first file (Array made of double linked lists):
you have 2 arrays one of them is called (head) the other one is (tail), and each row is a double linked list, the user is asked to define the dimension of these arrays at fist, then he can do some operation like:
add an element to a defined row and colomn, delete an element a defined row and colomn, search for an element in a defined row, delete all element a defined row, add a bunch of elements to a new row.
Platform: |
Size: 1882112 |
Author:sundos |
Hits:
Description: a data structure program written solely for educational purposes. this program creates a double linked list. have many uses in solving analytical problems. Platform: |
Size: 1024 |
Author:ALI A |
Hits: