UCSD Spring 2015 CSE 120
Website: j.mp/jcse120s
Piazza: j.mp/jcse120spiazza
Podcast: j.mp/jcse120spodcast
UCSD Spring 2015 CSE 105 A00
Website: j.mp/jcse105s
Piazza: j.mp/jcse105spiazza
Podcast: j.mp/jcse105spodcast
UCSD Spring 2015 ECE 45
Website: j.mp/jece45w
UCSD Spring 2015 ECE 109
Website: j.mp/jece109s
Thursday, April 2, 2015
Tuesday, January 20, 2015
cse 101 review for exam 1
https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=adjacency%20list%20of%20g%5Er%20in%20linear%20time
Find the reverse graph of G : GR src: http://j.mp/jfindgr

runtime to add an edge to an adjacency list C++
add edge to an adjacency list src: http://j.mp/jadjcimplement
Find the reverse graph of G : GR src: http://j.mp/jfindgr

runtime to add an edge to an adjacency list C++
add edge to an adjacency list src: http://j.mp/jadjcimplement
void addEdge(int src, int dest) --- inside AdjancecyList
{
AdjListNode* newNode = newAdjListNode(dest);
newNode->next = array[src].head;
array[src].head = newNode;
newNode = newAdjListNode(src);
newNode->next = array[dest].head;
array[dest].head = newNode;
}
O(1)
O(1)
Monday, October 27, 2014
Sunday, September 28, 2014
이지은
I have to write
before speaking (x) I have to write things down before I say them
But it is so shame
(x) But it is so embarassing
This is so shy (x)
This is so embarassing
When I have spare
time => Whenever I am free
I always go out for
riding (x) I always go out to take a ride
Now you look like a
man (x) Now you sound more like a man
What other sports do
you do?
Yoga (주의
발음)
Wait please =>
One second / Hold on / Give me a second
I will just wanna
help you to practice Korean (x) I just want to help you with Korean
Because it feels
like being child (x) Because it makes me feel like a child
It is advanced
version of yoga (x) It is an advanced version of yoga
I wanna do tennis
(x) I wanna play tennis
What about tennis?
== 태니스
왜?
Do you wanna make
more six pack? (x)
How to spell? (x)
How do you spell it/that?
But I really feel it
(x) But I really think so / I'm serious
건강한
몸 – healthy body
So you wanna hang
out with
You are a good
person ==
Thursday, September 25, 2014
Friday, July 25, 2014
07-26-2014 이정주
- A: 한국에에 살고있어요?
B: 응, 어떻게 알았어?
A: that's why you can speak korean (x)
no wonder you are so good at Korean (o) - thank you for your kindness 맞는데 잘 안 써
thanks for being so kind - actually i'm lazy girl (x)
actually, i'm a lazy person (o) - suddenly you look like nice (x)
you are so nice - can i call you oppa? you are older than me (x)
since you are older than me, can i call you oppa? - but now i don't have confidence
"now"가 필요 없어 - thank you for being kind (x)
thank you for being so kind (o) - A: 궁금한거 있어?
B: 많아 ㅋㅋ
A: come come (x)
go ahead (o) - if i have a question I'll ask you (x)
if i have any questions, i will ask you (o)
if there is anything i don't understand, i will ask you (o)
Thursday, July 24, 2014
7월 24일 여경진
- How long did u live here? (x)
How long has it been since you came? (o) - Did you study Korean before coming Korea? (x)
Did you study Korean before coming to Korea? - It's okay if you are wrong
It's okay, we all make mistakes 더 많이 써요 - I like going to the mart to look many things (x)
I like going to the mart to see if there is anything I need to buy (o)
Subscribe to:
Posts (Atom)