lOMoARcPSD| 47270246
Data structure & Algorithm in C
1. Data (n): information, especially facts or numbers, collected to
be examined and considered and used to help decision-making, or
information in an electronic form that can be stored and used by a
computer /ˈdeɪ.tə/
2. Store (v): to put or keep things for use in the future /stɔːr/
3. Term (v): to give something a name or to describe it with a
particular expression /tɜːm/
=> Technically, a horse that is smaller than 1.5 metres at the shoulder is termed
a pony.
4. Variety (n): many different types of things or people /vəˈraɪ.ə.ti/ =>
She does a variety of fitness activities.
5. Reflect (v): to show, express, or be a sign of something /rɪˈflekt/
=> His blank face reflected his boredom.
6. Actual (a): existing in fact /ˈæk.tʃu.əl/
=> We had estimated about 300 visitors, but the actual number was much higher.
7. Object (n): a thing that you can see or touch but that is not usually a
living animal, plant, or person /ˈɒb.dʒɪkt/ -dʒekt/
=> Look, there's a strange object in the sky!
Object (v): to feel or express opposition to or dislike of something or
someone /əbˈdʒekt/
=> Would anyone object if we started the meeting now?
lOMoARcPSD| 47270246
8. Reference (n): a mention of something (phép tham chiếu)
9. Dereference (n): gii tham chiếu (*ptr)
Dereferencing là mt hoạt động mà đó chúng ta sử dng biến con
tr để ly ra hoặc thay đổi giá tr mà con tr đó trỏ đến.
https://blog.daovanhung.com/post/giai-thich-ve-pass-by-reference-
vapass-by-value 10.
( giá tr mặc định = default value )
int number; // 'number' is declared but not explicitly initialized
lOMoARcPSD| 47270246
In this case, the variable number is not assigned a value explicitly. As an int, its default
value is 0. So, unless a di 昀昀 erent value is assigned to it later in the program,
number will have a value of 0.
The default value of pointer is NULL.
11. involve (v) = to include
12. refer to (v) = to direct someone's attention or direct them to another source
LECTURE 5
1. Present (v): show or introduce
Ex: The professor presented a new theory during the conference
2. Deserve (v): to be worthy (xứng đáng)
Ex: The successful athlete deserves recognition for their hard work and
achievements.
3. Evaluation (n): = assessment = appriaction
Ex: Product evaluation, program evaluation, performance evaluation,..
4. Expression(n): a combination of variables, constants, operators, and function
calls that can be evaluated to produce a value.
=> Expression Evaluation.
5. Path(n) : + a route or track between one place and another, or the
direction in which something is moving (~~ way)
Ex: They followed the path until they came to a gate.
+ a set of actions, especially ones that lead to a goal or result
Ex: The path to success is fraught with difficulties.

Preview text:

lOMoAR cPSD| 47270246
Data structure & Algorithm in C
1. Data (n): information, especially facts or numbers, collected to
be examined
and considered and used to help decision-making, or
information
in an electronic form that can be stored and used by a computer /ˈdeɪ.tə/
2. Store (v): to put or keep things for use in the future /stɔːr/
3. Term (v): to give something a name or to describe it with a
particular expression /tɜːm/
=> Technically, a horse that is smaller than 1.5 metres at the shoulder is termed a pony.
4. Variety (n): many different types of things or people /vəˈraɪ.ə.ti/ =>
She does a variety of fitness activities.
5. Reflect (v): to show, express, or be a sign of something /rɪˈflekt/
=> His blank face reflected his boredom.
6. Actual (a): existing in fact /ˈæk.tʃu.əl/
=> We had estimated about 300 visitors, but the actual number was much higher.
7. Object (n): a thing that you can see or touch but that is not usually a
living animal, plant, or person /ˈɒb.dʒɪkt/ -dʒekt/
=> Look, there's a strange object in the sky!
Object (v): to feel or express opposition to or dislike of something or
someone /əbˈdʒekt/
=> Would anyone object if we started the meeting now? lOMoAR cPSD| 47270246
8. Reference (n): a mention of something (phép tham chiếu)
9. Dereference (n): giải tham chiếu (*ptr)
Dereferencing là một hoạt động mà ở đó chúng ta sử dụng biến con
trỏ để lấy ra hoặc thay đổi giá trị mà con trỏ đó trỏ đến.
https://blog.daovanhung.com/post/giai-thich-ve-pass-by-reference- vapass-by-value 10.
( giá trị mặc định = default value )
int number; // 'number' is declared but not explicitly initialized lOMoAR cPSD| 47270246
In this case, the variable number is not assigned a value explicitly. As an int, its default
value is 0. So, unless a di 昀昀 erent value is assigned to it later in the program,
number will have a value of 0.
The default value of pointer is NULL.
11. involve (v) = to include

12. refer to (v) = to direct someone's attention or direct them to another source LECTURE 5
1. Present (v): show or introduce
Ex: The professor presented a new theory during the conference
2. Deserve (v): to be worthy (xứng đáng)
Ex: The successful athlete deserves recognition for their hard work and achievements.
3. Evaluation (n): = assessment = appriaction
Ex: Product evaluation, program evaluation, performance evaluation,..
4. Expression(n): a combination of variables, constants, operators, and function
calls that can be evaluated to produce a value. => Expression Evaluation.
5. Path(n) : + a route or track between one place and another, or the
direction in which something is moving (~~ way)
Ex: They followed the path until they came to a gate.
+ a set of actions, especially ones that lead to a goal or result
Ex: The path to success is fraught with difficulties.