전체 글151 백준#2751 2023-10-27 https://www.youtube.com/watch?v=QAyl79dCO_k 참고한 영상 병합 정렬 소스.. using System; using System.Text; class HelloWorld { static void Main() { StringBuilder stringBuilder = new StringBuilder(); int count = int.Parse(Console.ReadLine()); int[] arr = new int[count]; for(int i = 0; i 2023. 10. 27. 백준#2587 2023-10-24 원래 깔끔하거나 힘들게 풀 경우에만 글을 올리는데, 요번건 별건 아녀도 평균치는 채웠다고생각하여 올려봅니다 ^_^ string[] puts = new string[5]; string temp = ""; for(int i = 0; i 2023. 10. 24. 백준#2750 2023-10-23 List arr = new List(); List deleteIndex = new List(); while(true) { string put = Console.ReadLine(); if (string.IsNullOrWhiteSpace(put)) { break; } arr.Add(int.Parse(put)); } int temp; int length = arr.Count; for(int i = 0; i 2023. 10. 23. 2 WheelCollider 아마 이대론 이해했다곤 부족하므로 다른 것을 진행하고자 하였으나,,, 벌써 1시여서 잠을 ,,, 오늘 코딩님 블로그를 참고하여서 따라함 휠콜라이더에 대한 이해는 된거같으니,, 다음엔 응용 및 개선을 진행할 것 사용한 에셋은 그냥 바퀴가 나누어져 있는 것을 찾아서 진행함 간단한 이해한 내용을 보여줄 정도론 이해를 하여서 추후 2-2로 작성.. https://github.com/JoheoungWoo/PraticeTech/blob/main/9_RaceingPratice https://coding-of-today.tistory.com/category/%EC%9C%A0%EB%8B%88%ED%8B%B0%20Unity/%EB%A0%88%EC%9D%B4%EC%8B%B1%EA%B2%8C%EC%9E%84%20%EB%A7%.. 2023. 9. 19. 이전 1 ··· 11 12 13 14 15 16 17 ··· 38 다음