• Skip to primary navigation
  • Skip to content
  • Skip to footer
SwiftMan Blog SwiftMan Blog blog.slarea.com
  • CS
  • Architecture
  • Algorithm
  • Clean
  • Git
  • iOS
  • Swift
  • IT

    Algorithm

    • 기법
      • └ 피보나치 수열
      • └ 1 부터 n 까지의 합
      • └ DFS, BFS
      • └ Divide and conquer
      • └ 재귀와 꼬리재귀(1)
      • └ 재귀와 꼬리재귀(2)
      • └ Temp 변수를 사용하지 않고 Swap 하기
      • └ 0으로 나누기는 왜 안될까?
      • └ [Swift] 순열
      • └ [Swift] 윤년 계산
    • Sort
      • └ 삽입 정렬
      • └ 버블 정렬
      • └ 선택 정렬
      • └ Quick 정렬
    • Leet Code - Easy
      • └ 14. Longest Common Prefix
      • └ 20. Valid Parentheses
      • └ 28. Implement strStr()
      • └ 144. Binary Tree Preorder Traversal
      • └ 121. Best Time to Buy and Sell Stock
      • └ 125. Valid Palindrome
      • └ 206. Reverse Linked List
      • └ 268. Missing Number
    • Leet Code - Medium
      • └ 2. Add Two Numbers
      • └ 6. Zigzag Conversion
      • └ 8. String to Integer (atoi)
      • └ 15. 3Sum
      • └ 16. 3Sum Closest
      • └ 18. 4Sum
      • └ 19. Remove Nth Node From End of List
      • └ 31. Next Permutation
      • └ 56. Merge Intervals
      • └ 146. LRU Cache
      • └ 2405. Optimal Partition of String
    • Leet Code - Hard
      • └ 4. Median of Two Sorted Arrays
    • 프로그래머스 - level1
      • └ 소수 찾기
      • └ 수박수박수박수박수박수?
      • └ 정수 사이의 합
    • 프로그래머스 - level2
      • └ 영어 끝말잇기
    • 프로그래머스 - level3
      • └ 베스트앨범
    • Solved - Silver 1
      • └ 2447 별 찍기 - 10
    • Solved - Gold 4
      • └ 2448 별 찍기 - 11
    • BEAKJOON
      • └ 빠른 입출력 - FileIO
    • HackerRank Easy
      • └ (String)Super Reduced String
    • HackerRank Medium
      • └ (String)Highest Value Palindrome
    Algorithm 기법 1 부터 n 까지의 합

    1 부터 n 까지의 합

    목차

    1 부터 n 까지의 합

    let n = (1 + number) * number / 2
    

    코드 더보기

    댓글남기기

    "기법" 카테고리의 다른 글

    [C++] 피보나치 수열과 황금비율

    재귀와 꼬리재귀(2) (Feat. ARC)

    [Swift] 윤년 계산

    [Swift] 순열

    0으로 나누기는 왜 안될까?

    재귀와 꼬리재귀(1)

    Divide and conquer

    DFS, BFS

    Temp 변수를 사용하지 않고 Swap 하기

    • 팔로우:
    • GitHub
    • Bitbucket
    • 피드
    © 2025 SwiftMan. Powered by Jekyll & Minimal Mistakes & Song Kong Ice Bear Jekyll Theme.