Skip to content

💥 Interactive and colorful 🎨 使用 d3.js实现的图论学习指南 ⚡

License

Notifications You must be signed in to change notification settings

F2E-Party/d3graphTheory_cn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

说明

本项目为D3 Graph Theory的中文翻译。以方便混沌学社学员学习所用,同时分享给大家。


D3 Graph Theory

Click to see the action forthebadge

MIT License D3.js Submit Feedback Donate

In mathematics, graph theory is the study of graphs, which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of vertices, nodes, or points which are connected by edges, arcs, or lines. -- Wikipedia

D3 Graph Theory is a front-end project aimed at anyone who wants to learn graph theory. It provides a quick and interactive introduction to the subject. The visuals used in the project makes it an effective learning tool.

How to Use

Follow these steps:

  1. Smile 😄
  2. Just click here to see it running in your browser.

Topics Covered So Far

The whole content is broken in several units. So far these units have been added.

Table Of Contents
1. Vertices and Edges 2. Order and Size of a Graph 3. Degree of a Vertex
4. Degree Sequence of a Graph 5. Graphic Sequence 6. Havel-Hakimi Algorithm
7. Pigeonhole Principle 8. Regular Graph 9. Complete Graph
10. Bipartite Graph 11. Complete Bipartite Graph 12. Walk
13. Open vs Closed Walks 14. Connectivity 15. Eulerian Circuit
16. Eulerian Trail 17. Graph Coloring 18. k-Colorable Graph
19. Chromatic Number 20. Trees 21. Rooted Trees
22. Spanning Tree of a Graph

The project is still expanding. New topics are added from time to time.

Upcoming Topics

These topics are planned to be added.

  • Planar Graphs
  • Chromatic Number
  • Trees
  • Rooted Trees
  • Spanning Tree
  • Prim's Algorithm
  • Kruskal's Algorithm

So, keep checking for updates. 😄

Attributions

This project is built with the help of following libraries and projects.

License

Copyright (c) 2017-18 Avinash Pandey. Licensed under MIT License.

About

💥 Interactive and colorful 🎨 使用 d3.js实现的图论学习指南 ⚡

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.3%
  • HTML 12.6%
  • CSS 10.1%