분류 전체보기411 코테 준비 2 코테 준비 시작한지 2주차에 풀었던 문제들과 알면 도움될만한 내용들을 정리해봤다. 여기 있는 문제들을 모두 Leetcode에서 풀었다. 2024.04.01 1. Group Anagrams 2. Add Binary 2024.04.06 3. Valid Parentheses 4. Climbing Stairs 5. Search Insert Position 6. Best Time to Buy and Sell Stock 7. Longest Common Prefix 2024.04.07 8. Summary Ranges 9. Linked List Cycle 10. Merge Two Sorted Lists 11. Maximum Depth of Binary Tree 12. Same Tree 13. Invert Binary .. 2024. 4. 8. Lecture 11: Ethics of CAI: Values and Norms 목차 What is Ethics? The field of ethics involves systematizing, defending, and recommending concepts of right and wrong behavior. Ethical dilemmas are scenarios where there is no obviously good choice. Values Values: What is important to us in life Features of values: - Priorities guide Actions - Beliefs linked to Affect (e.g. emotions) - Refer to Goals - Transcend Contexts (values span more than.. 2024. 4. 8. Lecture 12: Software Security and Testing 목차 Memory Errors Memory errors are software bugs in the way we handle memory in memory unsafe languages like C/C++. When a memory error occurs a program accesses memory that it should not; this is termed violating memory safety. When a memory error occurs, it leads to either program to crash or to strange program behavior. All types of memory errors can be potentially exploited by attackers. Com.. 2024. 4. 8. Lecture 11: Cryptography 4 목차 Password Authentication → Attacker can attack on the client side, network and the server. How should the server store passwords? Our goal is to defend from attacks that exfiltrate the password database stored by the server (DB에 있는 비밀번호를 얻으려고 하는 행위로 부터 방어) - Most common password-related attack on server We don't consider other password attacks on the server - Eavesdropping passwords submitted .. 2024. 4. 8. 이전 1 ··· 8 9 10 11 12 13 14 ··· 103 다음 반응형