Data structure lectures
-
Lecture Java Programming Language: The content of data structures mentions about the stack data structure, the queue data structure and the linked list data structure. Download to see more, please!
12p lavender2022 22-04-2022 23 2 Download
-
Lecture Data Structures: Lesson 31 provide students with knowledge about buildheap; the general algorithm is to place the N keys in an array and consider it to be an unordered binary tree; the following algorithm will build a heap out of N keys;...
16p hanthienngao 15-04-2022 15 2 Download
-
Lecture Data Structures: Lesson 32 provide students with knowledge about heap code in C++; buildheap in linear time; how buildHeap a linear time algorithm; complete binary tree; marking the left edges for height 1 nodes; marking the first left edge and the subsequent right edge for height 2 nodes;...
16p hanthienngao 15-04-2022 17 2 Download
-
Lecture Data Structures: Lesson 33 provide students with knowledge about priority queue using heap; the selection problem; a faster way is to put the N elements into an array and apply the buildHeap algorithm on this array; disjoint set ADT;...
14p hanthienngao 15-04-2022 20 2 Download
-
Lecture Data Structures: Lesson 39 provide students with knowledge about searching an array: binary search; binary search – C++ code; binary search efficiency; overcome basic limitations of previous lists; fast searching of sorted chain; skip list representation;...
17p hanthienngao 15-04-2022 15 2 Download
-
Lecture Data Structures: Lesson 41 provide students with knowledge about implementation: TowerNode; implementation: QuadNode; skip lists with quad nodes; performance of skip lists; implementation 5: AVL tree; implementation 6: hashing; example hash functions;...
18p hanthienngao 15-04-2022 21 2 Download
-
Lecture Data Structures: Lesson 42 provide students with knowledge about example hash functions; collision; find something to do with the second and subsequent values that hash to this same location; solution for handling collisions; open addressing and closed hashing;...
18p hanthienngao 15-04-2022 13 2 Download
-
Lecture Data Structures: Lesson 43 provide students with knowledge about hashing animation; applications of hashing; compilers use hash tables to keep track of declared variables (symbol table); entire dictionary can be hashed and words checked in constant time;...
10p hanthienngao 15-04-2022 8 2 Download
-
Lecture Data Structures: Lesson 29 provide students with knowledge about complete binary tree; the heap ADT; the parent node has key smaller than or equal to both of its children nodes; heap property violated; inserting into a heap;...
20p hanthienngao 15-04-2022 14 1 Download
-
Lecture Data Structures: Lesson 34 provide students with knowledge about equivalence relations; electrical connectivity, where all connections are by metal wires, is an equivalence relation; the disjoint sets view; dynamic equivalence problem; discuss a solution to the union/find problem that for any sequence;...
14p hanthienngao 15-04-2022 20 1 Download
-
Lecture Data Structures: Lesson 35 provide students with knowledge about dynamic equivalence problem; the trees we will use are not necessarily binary; to perform union of two sets, we merge the two trees by making the root of one point to the root of the other;...
20p hanthienngao 15-04-2022 13 1 Download
-
Lecture Data Structures: Lesson 40 provide students with knowledge about skip list: formally; skip list: search; repeatedly toss a coin until we get tails, and we denote with i the number of times the coin came up heads; skip list: insertion; randomized algorithms;...
11p hanthienngao 15-04-2022 12 1 Download
-
This chapter presents the following content: Basic definitions, example of a database, typical DBMS functionality, main characteristics of the database approach, database users, workers behind the scene,...
12p nanhankhuoctai10 23-07-2020 25 4 Download
-
In this lecture we learned about: Function plots, three dimensional plotting, surface plotting, mesh plot, surf plot, contour plot, editing in plot in graphical window, making plot from workspace window.
8p nanhankhuoctai10 23-07-2020 17 2 Download
-
The main contents of the chapter consist of the following: Functions with no input or no output, determining the number of input and output arguments, local variables, global variables, creating toolbox of functions, anonymous functions and function handles, function functions, subfunctions.
16p nanhankhuoctai10 23-07-2020 14 2 Download
-
Objectives of Chapter 6: To review a short history of DES; to define the basic structure of DES; to describe the details of building elements of DES; to describe the round keys generation process; to analyze DES.
11p levuphongqn 18-08-2015 60 4 Download
-
Lecture Data Structures & Algorithms: Chapter 3 (Searching Techniques prens) presented linear (sequential) search, binary search, complexity of algorithms.
16p hoahue91 24-07-2014 75 3 Download
-
Lecture Data Structures & Algorithms: Chapter 6 - Stacks & Queues (Use Array to implement Stacks & Queues, Use Linked list to implement Stacks & Queues) presented Stacks, Queues and other content. Invite you to read the lecture.
18p hoahue91 24-07-2014 68 2 Download
-
Lecture Data Structures & Algorithms: Chapter 0 - Introduction presented what is Data Structures and other content. Invite you to read the lecture.
9p hoahue91 24-07-2014 44 2 Download
-
Tham khảo bài thuyết trình 'lecture 4: interface design', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả
19p huanltgc00061 05-05-2013 62 3 Download