| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- const
- 백준
- programming
- Data Science
- 배열
- Deep Learning
- string
- Python
- 함수
- raw data
- 오블완
- assignment operator
- Class
- 파이썬
- 반복문
- array
- 티스토리챌린지
- baekjoon
- vscode
- pass by reference
- function
- pointer
- 포인터
- 알고리즘
- C++
- predictive analysis
- 문자열
- Object Oriented Programming
- OOP
- Pre-processing
- 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..