728x90 전체 글162 leetcode 701) Insert into a Binary Search Tree LV. Medium 🧐 https://leetcode.com/problems/insert-into-a-binary-search-tree/ Insert into a Binary Search Tree - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제 You are given the root node of a binary search tree (BST) and a value to insert into the tree. Return the root node of .. 2022. 1. 12. leetcode 1022) Sum of Root To Leaf Binary Numbers LV. Easy 😎 https://leetcode.com/problems/sum-of-root-to-leaf-binary-numbers/ Sum of Root To Leaf Binary Numbers - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제 You are given the root of a binary tree where each node has a value 0 or 1. Each root-to-leaf path represents a binar.. 2022. 1. 11. leetcode 67) Add Binary LV. Easy 😎 https://leetcode.com/problems/add-binary/ Add Binary - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제 Given two binary strings a and b, return their sum as a binary string. Example 1: Input: a = "11", b = "1" Output: "100" Example 2: Input: a = "1010", b = "1011" Out.. 2022. 1. 10. vscode에서 아두이노 빌드 오류 ⚠️ Error! 더보기 /Users/eeun/.platformio/packages/framework-arduino-avr/cores/arduino/USBCore.cpp:73:29: error: 'USB_VID' was not declared in this scope Build는 컴파일만 해보는 것(Upload가 아두이노에 설치까지)이기에 포트 설정을 딱히 해주지 않았는데.. 이런 오류를 접했다.. 해결법! "platformio.ini" 파일에 upload_port = COM5 코드를 추가해준다 아두이노 연결을 안해서 연결된 포트가 없지만, 일단은 임의로 COM5로 설정해줬다 [env:32u416m] ; atmelavr = avr microcontroller development platform plat.. 2022. 1. 10. Jira 기본 개념 - Agile 기법 Jira로 프로젝트 에자일 관리를 시작하려고 하는데, 개념들이 헷갈려서 정리해보았다! 테마(Thema) > 에픽(Epic) > 스토리(Story) > 작업(Task) 크게 이렇게 4가지의 명칭이 있다. 테마 (Thema) 에픽들의 모임 = 테마(Thema) ex) 자동차 관리 서비스 에픽 (Epic) 에픽 = 스토리들의 모임 = 큰 스토리 여러 스프린트에 걸쳐서 진행될 수 있다. ex) 자동차에서 정보를 가져와 사용자에게 제공할 수 있다 스토리 (Story) 스토리 = "어떤 사용자가, 어떤 목적을 위해, 어떤 행동을 할 수 있다"라는 일의 단위 = 작업들의 모임 ex) 사용자가 엔진 정보를 확인할 수 있다. 작업 (Task) 일의 최소 단위 개발 : 기능적 요구사항 버그 : 테스트 중 나온 버그 작업 .. 2022. 1. 10. Mac에서 Arduino VSCode 개발환경 세팅 아두이노를 개발할 때 Arduino IDE를 쓸 수 있지만, 간단한 테스트가 아닌 프로젝트를 개발하기는 힘들다고 느꼈다. 그래서 vscode로 아두이노 프로젝트를 개발하기로 결정! vscode에서 개발해서 바로 아두이노로 업로드할 수 있도록 여러 extension를 설치해줘야 된다 왼쪽 5번째 버튼을 클릭하면 extension 마켓으로 들어갈 수 있다 아두이노는 cpp를 쓰기에 C/C++ extension를 설치해준다 빌드와 실행을 간단하게 실행하게 해주는 Code runner 설치해준다 VSCode에서 Arduino 프로젝트를 생성, 빌드하게 해주는 PlatformIO IDE를 설치해준다 설치를 완료하고 나면, 왼쪽 밑에 PlatformIO로 들어가는 버튼이 생긴다 프로젝트를 만들기 위해 Platfor.. 2022. 1. 9. leetcode 1041) Robot Bounded In Circle LV. Medium 🧐 https://leetcode.com/problems/robot-bounded-in-circle/description/ Robot Bounded In Circle - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제 On an infinite plane, a robot initially stands at (0, 0) and faces north. The robot can receive one of three instructions: "G.. 2022. 1. 9. leecode 1463) Cherry Pickup II LV. Hard 🥵 https://leetcode.com/problems/cherry-pickup-ii/ Cherry Pickup II - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제 You are given a rows x cols matrix grid representing a field of cherries where grid[i][j] represents the number of cherries that you can collect from the.. 2022. 1. 8. leetcode 382) Linked List Random Node LV. Medium 🧐 https://leetcode.com/problems/linked-list-random-node/ Linked List Random Node - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제 Given a singly linked list, return a random node's value from the linked list. Each node must have the same probability of being chosen. .. 2022. 1. 8. 이전 1 ··· 12 13 14 15 16 17 18 다음 728x90