[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
- leetcode #python #알고리즘
- 스프링 #시큐리티 #에러
- centOS7
- flask
- python #leetcode #algorithm
- 선택정렬
- 프로그래머스
- MySQL
- map
- python #프로그래머스 #완전탐색
- 정렬
- C++
- python #leetcode #set
- 파이썬
- bfs #백준 #2606 #python
- notion
- Python
- 프로그래머스 #heap #힙 #heapq #python
- Tistory
- dumps
- 알고리즘
- 에러로그
- 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 |
글 보관함