Home
Feeds
Tech
About
🌐
Tiếng Việt English 日本語
  • Computer Science Note - Data structure

    Aug 25, 2021 computer science data structure

    Data Structure Array We are all know and familiar with Array, so I don't write much about this data structure. Below is just an example of Array and the Big O time Example 1: 1def foo(): 2 sum = 0 3 product = 1 4 for i in [0:n]: 5 sum += i 6 for i in [0:n]: 7 product *= i The above example actually loop array twice, it …

    Read More

David

Software Engineer, personal blogger.
Read More

Recent Posts

  • Computer Science Note - Data structure
  • Note - some keywords in the Ad tech field
  • Acronyms in tech

Categories

TECH 3

Tags

ACRONYMS 1 AD 1 COMPUTER-SCIENCE 1 DATA-STRUCTURE 1 DSP 1 INDEX 1 RTB 1 SSP 1

Copyright DAVID. All Rights Reserved