mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-19 07:17:54 +08:00
Update graph_adjacency_list.java, .cs
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
* Author: zjkung1123 (zjkung1123@gmail.com), krahets (krahets@163.com)
|
||||
*/
|
||||
|
||||
namespace hello_algo.include;
|
||||
|
||||
/* 顶点类 */
|
||||
class Vertex
|
||||
public class Vertex
|
||||
{
|
||||
public int Val { get; init; }
|
||||
public Vertex(int val)
|
||||
|
||||
Reference in New Issue
Block a user