Thursday, April 2, 2015

UCSD Links

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

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
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)

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 ==  

Friday, July 25, 2014

07-26-2014 이정주

  1. A: 한국에에 살고있어요?
    B: 응, 어떻게 알았어?
    A: that's why you can speak korean (x)
         no wonder you are so good at Korean (o)
  2. thank you for your kindness 맞는데 잘 안 써
    thanks for being so kind
  3. actually i'm lazy girl (x)
    actually, i'm a lazy person (o)
  4. suddenly you look like nice (x)
    you are so nice
  5. can i call you oppa? you are older than me (x)
    since you are older than me, can i call you oppa?
  6. but now i don't have confidence
    "now"가 필요 없어
  7. thank you for being kind (x)
    thank you for being so kind (o)
  8. A: 궁금한거 있어?
    B: 많아 ㅋㅋ
    A: come come (x)
        go ahead (o)
  9. 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일 여경진

  1. How long did u live here? (x)
    How long has it been since you came? (o)
  2. Did you study Korean before coming Korea? (x)
    Did you study Korean before coming to Korea?
  3. It's okay if you are wrong
    It's okay, we all make mistakes 더 많이 써요
  4. 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)