| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
| 31 |
- pass by reference
- 포인터
- 배열
- 오블완
- 함수
- Data Science
- OOP
- vscode
- string
- 백준
- 파이썬
- Deep Learning
- Object Oriented Programming
- predictive analysis
- array
- programming
- raw data
- 문자열
- Pre-processing
- 반복문
- 알고리즘
- assignment operator
- pointer
- baekjoon
- C++
- Class
- Python
- const
- function
- 티스토리챌린지
- Today
- Total
목록2025/08 (2)
Channi Studies
To create an ArrayList (or LinkedList) in Java, you can do as following:import java.util.ArrayList;import java.util.List;public class Main { public static void main(String[] args) { List myList = new ArrayList(); myList.add(10); myList.add("Go"); myList.add(false); System.out.println(myList); // [10, Go, false] }}If we do not specify the type of the eleme..
Let's go through a case study of data science to understand what is it about. Black Americans Are Much More Likely to Face Tax Audits, Study Finds (Published 2023)A new report documents systemic discrimination in how the I.R.S. selects taxpayers to be audited, with implications for a debate on the agency’s funding.www.nytimes.comNew York times reported said that the IRS seems to be exhibiting s..