상용 영어 어휘

2235 단어 영어.
상용 영어 어휘
\ # 데이터 구조 클래스 
\ # \ # \ # 그림 과 나무
MST, 최소 스패닝 트 리 최소 생 성 트 리
Sparse 매트릭스 희소 행렬
 
수학
16 진수  
십 진법
 
factorial (n) 단계 곱 하기
factorial function 곱셈 함수
 
분수
numerator (분자) denominator (분모)
 
Greatest Common Divisor (G.C.D.) 최대 공약수
Lowest common multiple (LCM) 최소 공배수
 
 
\ # 기타 클래스
1. 나선형 순서
Given an integer n, generate a square matrix filled with elements from 1 to n2 in spiral order.
For example,Given n =  3 ,
You should return the following matrix:
[

 [ 1, 2, 3 ],

 [ 8, 9, 4 ],

 [ 7, 6, 5 ]

]



2. Permutation "정렬"
The permutation is even if the number of inversions it contains is even.
한 배열 에 포 함 된 역순 의 개수 가 짝수 라면 짝수 배열 이 라 고 한다.
 
3. Palindrome / Palindromic 답장 의
 
4. 아 나 그램
dormitory = dirty room 은 한 쌍 의 anagrams 또는 'dirty room' 은 'dormitory' 의 anagram 이다. 
 
5. concatenation 문자열 연결
You are given a string, S, and a list of words, L, that are all of the same length. Find all starting indices of substring(s) in S that is a concatenation of each word in L exactly once and without any intervening characters.
For example, given:S:  "barfoothefoobarman" L:  ["foo", "bar"]
You should return the indices:  [0,9] .(order does not matter).
 
6. Interleaving 엇갈리다엇갈리다
예. 
Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2.
For example,Given:s1 =  "aabcc" ,s2 =  "dbbca" ,
When s3 =  "aadbbcbcac" , return true.When s3 =  "aadbbbaccc" , return false.
 
7. Palindrome 답문 꼬치, Palindromic 답문 의, 답문 특성 이 있 는
 
8. Prune (vi) 가지치기
 
 
successor and predecessor 다음 것 과 이전 것
A binary tree is threaded by making all right child pointers that would normally be null point to the inorder successor of the node, and all left child pointers that would normally be null point to the inorder predecessor of the node."
 
punctuator 문장 부호

좋은 웹페이지 즐겨찾기