Skip to content

Mooophy/DataStructureAndAlgorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataStructureAndAlgorithms

Common data structures and algorithms implementation using c# For data structures I will mostly implement generic data structures, provides typical mothods provided by official generic collections Basicly each structure and algorithms will come with a practical task to test its functionality

List of Structures been implemented 1, LList -a generic singly linked list, contains _head and _tail pointers

List of practices 1, MatrixOperation -to test LList -stores sparse matrix into linked list, ignore 0 values so it saves a lot of memory. Also performs addition of 2 matrices.

About

Common data structures and algorithms implementation using c#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%