Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 1.4 KB

README.md

File metadata and controls

21 lines (9 loc) · 1.4 KB

seanode-meetup-2015-apr-jsgraph

Please visit Seattle Node.js Meetup for monthly meeting details and signup.

Solving Day-to-Day Problems With Graphs

Mathematical graphs are data structures that represent a set of things called vertices, and a set of relationships among things called edges. Virtually any set of concepts can be mapped or modeled using mathematical graphs making them a "universal" data structure.

Graphs have entered the lexicon over the past several years given their fundamental importance to analyzing large amounts of data. But graphs are useful for modeling and solving complex problems on a smaller scale too.

April's talk will be about modeling concepts and solving complex day-to-day problems using graphs and the Encapsule/jsgraph package: a light-weight in-process graph container and re-usable algorithms that make some really fancy stuff trivial to do in-process.

Speaker Bio

Chris Russell is a developer and entrepreneur with a passion for design patterns and programming metaphors. He is currently starting a new venture out of the HUB in Bellevue, WA. Stop by and say hello!

GitHub: ChrisRus // Twitter: AlpineLakes // LinkedIn: chrisrussell