TheFenrisLycaon / DSA-C--

DSA Codes for beginners.
21 stars 65 forks source link

Data Structure Name :: Graph #1

Closed TheFenrisLycaon closed 3 years ago

TheFenrisLycaon commented 3 years ago

Structure Name :: Graph Structure Language :: C++

Akshat293 commented 3 years ago

@TheFenrisLycaon Assign me this issue

TheFenrisLycaon commented 3 years ago

@tom635 go ahead make the changes.

Akshat293 commented 3 years ago

@TheFenrisLycaon sir assign me I Shouid I add a new folder sorry For delay

TheFenrisLycaon commented 3 years ago

Just put all your code inside a file and put it under structures. If that file creosses 500 lines, put the algorithms seperately in Algorithms folder.

I'd you do end up doing the later, plase make seperate issues and pull requests. Also, make sure that you don't upload codes that are already there.

See bst.cpp ofr example.