Skip to content

junxxx/data-structure-and-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

This code is learning and practice data structrue in C language.

debug gdb

errors

redefinition 
add condition compiler statement in header file

#ifndef _HEADER_FILE_H 
#define _HEADER_FILE_H 
#endif

conflicting types for ‘isEmpty’  defer and implement not the same

Fatal Error. A fatal error is any error that causes a program to abort

List

implement with both array and pointer

Queue

Stack

Tree

Hash

Graph

Argorithm

About

The code of learning data structure and algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published