토익 단어 12일차(해당 방식 중단)
토익 단어 12일차(해당 방식 중단) 영어공부 2024. 5. 8. 23:31

영어단어 암기의 목적이 단어를 외우는 것인데,영작하는데 너무 많은 시간이 소요되고, 억지로 GPT로 영작하다보니 연결고리가 없어 생각보다 잘 안외워집니다.공부는 지식습득의 수단 중 하나일 뿐이라고도 말하기도 하기 때문에 방식을 가볍게 바꾸었습니다.VOCA 어플을 이용하여 자주 보고 외우고,안 외워지는 것들은 AnkiDroid를 이용하여 자주 보며 외우는 방식으로 변경하였습니다.12일차 예문The board convened to deliberate on the proposal to merge two major departments, divide their functions, and decide whether to authorize the action, which could potentially double..

2024. 5. 6. 22:41리트코드 - 138. Copy List with Random Pointer

보호되어 있는 글입니다. 내용을 보시려면 비밀번호를 해주세요.

토익 단어 11일차
토익 단어 11일차 영어공부 2024. 5. 6. 22:40

11일차 예문As we launch the new software, we must implement robust features that not only enhance the user experience but also prevent security breaches; meanwhile, we must assure our stakeholders that the timeline will be fulfilled, indicate specific milestones, conduct an effective audit to preserve our standards, and omit unnecessary steps to expedite the process.Our team decided to relocate and ..

토익 단어 10일차
토익 단어 10일차 영어공부 2024. 5. 5. 23:41

10일차 예문The limited recruitment program will continue to take place in the historic district, where seating is provided for both individuals and groups, and we anticipate that attendance will drop slightly from last year, a change we had recalled and planned for in advance. This will also include a training session to help prepare for the event.Grateful for their leadership, the company congratul..

리트코드 - 56. Merge Intervals
리트코드 - 56. Merge Intervals CS/코딩테스트 2024. 5. 4. 22:12

리트코드 - 56. Merge Intervals출처 - https://leetcode.com/problems/merge-intervals/description/?envType=study-plan-v2&envId=top-interview-150 문제 설명주어진 배열은 internals=[starti, endi]로 표현됩니다. 겹치는 모든 간격들을 병합하고, 입력된 모든 간격을 커버하는 겹치지 않는 간격들의 배열을 반환하세요. 풀이코드class Solution { public int[][] merge(int[][] intervals) { int length = intervals.length; if (length a[0])); List result = new Arr..

토익 단어 9일차
토익 단어 9일차 영어공부 2024. 5. 4. 22:09

9일차 예문The renowned expert in nutrition introduced a high-quality, nutritious package at the keynote, which thrilled the audience and inspired them to decorate their diets with innovative foods. Just in case anyone points out a minor issue, feel free to address it promptly.As we prohibit unsafe practices and prepare for a favorable forecast, we must remember to feel free to take time to ensure th..

image