xennygrimmato / Data-Structures-and-Algorithms

A collection of some implementations of data structures and algorithms.
107 stars 93 forks source link

add gaussian elimination #30

Open timothygk opened 5 years ago

timothygk commented 5 years ago

add gaussian elimination for #23.

xennygrimmato commented 5 years ago

@timothygk Can you also get an accepted submission using your gaussian elimination code and add that under the filename example.cpp with the problem link as a comment?

timothygk commented 5 years ago

@xennygrimmato I have added the example for this, pls check :smiley: