본문 바로가기

상상쓰

검색하기
상상쓰
프로필사진 상상쓰

  • 분류 전체보기 (202)
    • Programming (10)
    • Coding Test (191)
    • Event (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • github
  • TOPCIT
«   2025/08   »
일 월 화 수 목 금 토
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
  • 추석맞이 코딩챌린지
  • 파이썬
  • 카카오
  • 그리디
  • 위클리 챌린지
  • lambda
  • 자바
  • Combinations
  • 동적 계획법
  • DateTime
  • backjoon
  • BFS
  • divmod
  • Re
  • 정규식
  • 수학
  • Set
  • 다익스트라
  • programmers
  • 프로그래머스
  • dfs
  • 정렬
  • KAKAO BLIND RECRUITMENT
  • heapq
  • 백준
  • 이분탐색
  • Zip
  • python
  • 재귀함수
  • java
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록numpy (1)

상상쓰

[프로그래머스] 행렬의 곱셈

https://programmers.co.kr/learn/courses/30/lessons/12949 코딩테스트 연습 - 행렬의 곱셈 [[2, 3, 2], [4, 2, 4], [3, 1, 4]] [[5, 4, 3], [2, 4, 1], [3, 1, 1]] [[22, 22, 11], [36, 28, 18], [29, 20, 14]] programmers.co.kr numpy 가 통하는지 확인해봤다. 된다. import numpy as np def solution(arr1, arr2): answer = np.array(arr1).dot(np.array(arr2)) return answer.tolist() print(solution([[1, 4], [3, 2], [4, 1]], [[3, 3], [3, 3]])..

Coding Test 2021. 7. 6. 17:35
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바