[leetcode][python] Check If Two String Arrays are Equivalent
Given two string arrays word1 and word2, return true if the two arrays represent the same string, and false otherwise. A string is represented by an array if the array elements concatenated in order forms the string. Example 1: Input: word1 = ["ab", "c"], word2 = ["a", "bc"] Output: true Explanation: word1 represents string "ab" + "c" -> "abc" word2 represents string "a" + "bc" -> "abc" The stri..
코딩테스트/leetcode
2021. 1. 10. 00:00
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- python #프로그래머스 #알고리즘
- 정렬
- flask
- notion
- dumps
- 스프링 #시큐리티 #에러
- bfs #백준 #2606 #python
- map
- 파이썬
- python #leetcode #set
- python #프로그래머스 #완전탐색
- 에러로그
- MySQL
- 프로그래머스 #heap #힙 #heapq #python
- python #leetcode #algorithm
- Tistory
- 선택정렬
- centOS7
- Python
- C++
- 알고리즘
- leetcode #python #알고리즘
- 프로그래머스
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함