C-4 Topics
Home ] Up ]

 


C Data Structures Topics


Overview of general data structures in C

Using linked lists
	Pointers to data nodes
	Head & tail nodes
	Appending nodes
	Inserting nodes
	Deleting nodes

Doubly linked lists

Using binary trees
	Tree node ordering
	Types of trees
	Pointers to nodes
	Appending nodes
	Inserting nodes
	Deleting nodes

Stacks & Queues

Optional Minor Topics (covered only if time allows):
	Recursion
	DOS environment
	DOS system calls
	DOS BIOS calls
	Terminating programs
	exit()
	atexit()
	abort()


Copyright 2000 - 2023 by DeepSoft, LLC, All Rights Reserved