본문 바로가기

CodeLabs

검색하기
CodeLabs
프로필사진 무오_

  • 분류 전체보기 (41)
    • 백준 (21)
      • 1000 ~ (18)
      • 5000~ (3)
      • 10000 ~ (0)
    • 네트워크 (5)
      • 서브넷 (0)
    • C++ (3)
    • C# (9)
      • 자료구조 (5)
      • 디자인패턴 (1)
      • DataTable (2)
    • Visual studio 2022 (2)
    • SOLID (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2023/07   »
일 월 화 수 목 금 토
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31
Tags
  • OSI 3계층
  • C# Find
  • 기본 게이트웨이
  • 호스트
  • List 찾기
  • 백준
  • TCP/IP
  • DP
  • 서브넷 마스크
  • BFS
  • Parse 사용법
  • 서브넷
  • 호스트 주소
  • 알고리즘
  • List 제거
  • List 추가
  • InsertRange
  • AddRange
  • list 사용법
  • List 정렬
  • C++
  • IP주소
  • 네트워크 용어
  • c# list
  • C# Contains
  • Tostring 사용법
  • list
  • Visual Studio
  • 네트워크
  • c#
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록2023/07/09 (1)

CodeLabs

[백준 / C#] 1260 : DFS와 BFS

using System; using System.Collections.Generic; using System.Linq; namespace _1260 { class Program { static int n, m, v; static int[] visited = new int[1001]; static int[,] arr = new int[1001, 1001]; static void DPS(int v) { Console.Write(v + " "); visited[v] = 1; for(int i=1; i

백준/1000 ~ 2023. 7. 9. 18:33
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바