https://melonicedlatte.com/web/2017/02/20/064648.html

 

Jupyter NoteBook에서 여러 언어 사용하기(Ruby,C,JavaScript) - Easy is Perfect

Jupyter NoteBook 은 웹에서 간단하게 GUI 형태와 CUI 형태를 결합해 놓은 ( ? ) 아주 좋은 개발 툴인 것 같습니다. T - Academy 에서 학습하면서 알게된 개발 툴인데 매우 편리한 것 같아서 애용하고 있습

melonicedlatte.com

https://github.com/brendan-rius/jupyter-c-kernel/issues/3

 

Allow to read from stdin · Issue #3 · brendan-rius/jupyter-c-kernel

So it is possible to use functions like scanf. Thanks to @ryukinix for letting me know about this enhancement.

github.com

https://github.com/XaverKlemenschits/jupyter-c-kernel

 

GitHub - XaverKlemenschits/jupyter-c-kernel: Minimal Jupyter C kernel

Minimal Jupyter C kernel. Contribute to XaverKlemenschits/jupyter-c-kernel development by creating an account on GitHub.

github.com

https://rivergreen.tistory.com/m/6

 

jupyter notebook에 c언어 등의 커널 추가하기

평소에 jupyter notebook을 사용하다보니 c/c++ 등 파이썬이 아닌 다른 언어를 사용할때도 jupyter notebook으로 코딩하고 싶어졌다. 이럴 땐 다음과 같이 하면 된다. (예시는 c) 1. gcc가 설치되어 있지 않다

rivergreen.tistory.com

https://heekangpark.github.io/etc/jupyter-lab

 

주피터 랩(Jupyter Lab) 설치하기

Reinventing the Wheel

heekangpark.github.io

https://www.geeksforgeeks.org/how-to-run-cuda-c-c-on-jupyter-notebook-in-google-colaboratory/

 

How To Run CUDA C/C++ on Jupyter notebook in Google Colaboratory - GeeksforGeeks

A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.

www.geeksforgeeks.org

https://velog.io/@lamknh/Colab%EC%97%90%EC%84%9C-CUDA-%EB%8F%8C%EB%A6%AC%EA%B8%B0

 

Colab에서 CUDA C++ 돌리기

학교에서 대규모 병렬 컴퓨팅 수업을 수강중이다.CUDA를 이용한 병렬 컴퓨팅을 배우는데 아뿔싸! 나는 맥을 사용한다! 심지어 컴퓨터는 이엠텍 GPU를 사용중이다... 어떻게든 엔비디아 GPU가 있는

velog.io

https://medium.com/@iphoenix179/running-cuda-c-c-in-jupyter-or-how-to-run-nvcc-in-google-colab-663d33f53772

 

Running CUDA C/C++ in Jupyter or how to run nvcc in Google CoLab

Not that long ago Google made its research tool publicly available. Besides that it is a fully functional Jupyter Notebook with…

medium.com

https://medium.com/@iphoenix179/running-cuda-c-c-in-jupyter-or-how-to-run-nvcc-in-google-colab-663d33f53772

 

Running CUDA C/C++ in Jupyter or how to run nvcc in Google CoLab

Not that long ago Google made its research tool publicly available. Besides that it is a fully functional Jupyter Notebook with…

medium.com

 

https://en.wikipedia.org/wiki/Activity_selection_problem

 

Activity selection problem - Wikipedia

From Wikipedia, the free encyclopedia Jump to navigation Jump to search Combinatorial optimization problem The activity selection problem is a combinatorial optimization problem concerning the selection of non-conflicting activities to perform within a giv

en.wikipedia.org

https://en.wikipedia.org/wiki/Job-shop_scheduling

 

Job-shop scheduling - Wikipedia

Job-shop scheduling, the job-shop problem (JSP) or job-shop scheduling problem (JSSP) is an optimization problem in computer science and operations research. It is a variant of optimal job scheduling. In a general job scheduling problem, we are given n job

en.wikipedia.org

https://www.javatpoint.com/activity-or-task-scheduling-problem

 

Activity or Task Scheduling Problem - javatpoint

Activity or Task Scheduling Problem with daa tutorial, introduction, Algorithm, Asymptotic Analysis, Control Structure, Recurrence, Master Method, Recursion Tree Method, Sorting Algorithm, Bubble Sort, Selection Sort, Insertion Sort, Binary Search, Merge S

www.javatpoint.com

https://programming119.tistory.com/67

 

[알고리즘] Activity-selection-problem / 그리디 알고리즘

Activity-selection-problem이란? Expo 전시회에 놀러간 당신. Expo에는 여러 activity(활동) 들이 있다. activity들은 각각 시작시간과 종료시간이 다르고, 먼길 걸어 온 전시회이므로 당신은 최대한 많은 활동

programming119.tistory.com

https://dudri63.github.io/2019/02/08/algo38/

 

[Algorithm] 작업 스케줄링 문제 (근사)

1. 작업 스케줄링 문제2. 알고리즘3. 시간 복잡도4. 근사 비율 1. 작업 스케줄링 문제 ‘작업 스케줄링(Job Scheduling) 문제’는 n개의 작업, 각 작업의 수행 시간 ti, i = 1,2,3,…,n, 그리고 m개의 동일한

dudri63.github.io

 

https://www3.ntu.edu.sg/home/ehchua/programming/

 

yet another insignificant Programming Notes

 

www3.ntu.edu.sg

 

http://www.home.hs-karlsruhe.de/~pach0003/informatik_1/aufgaben/en/java.html

 

Java Programming Exercises

About these programming exercises This site contains Java programming and computer science exercises with solutions. To see the solution for an exercises please follow the link to the Javadoc at the and of the exercise's text. These exercises are designed

www.home.hs-karlsruhe.de

 

https://www.w3resource.com/java-exercises/

 

Java programming Exercises, Practice, Solution - w3resource

The best way we learn anything is by practice and exercise questions. Here you have the opportunity to practice the Java programming language concepts by solving the exercises starting from basic to more complex exercises. It is recommended to do these exe

www.w3resource.com

 

https://pragprog.com/book/bhwb/exercises-for-programmers

 

Exercises for Programmers: 57 Challenges to Develop Your Coding Skills by Brian P. Hogan | The Pragmatic Bookshelf

Brian P. Hogan is a developer, author, and teacher who loves building things for the web. He teaches introductory programming classes at the college level and has an interest in performance-based learning. He is the author of Automate with Grunt, tmux, and

pragprog.com

https://github.com/nickbdyer/57_exercises

 

nickbdyer/57_exercises

Exercises for Programmers - Brian P. Hogan. Contribute to nickbdyer/57_exercises development by creating an account on GitHub.

github.com

https://github.com/nryoung/algorithms

 

nryoung/algorithms

This repository is not maintained. Contribute to nryoung/algorithms development by creating an account on GitHub.

github.com

 

https://runestone.academy/runestone/books/published/pythonds/index.html

 

Problem Solving with Algorithms and Data Structures using Python — Problem Solving with Algorithms and Data Structures

Acknowledgements We are very grateful to Franklin Beedle Publishers for allowing us to make this interactive textbook freely available. This online version is dedicated to the memory of our first editor, Jim Leisy, who wanted us to “change the world.”

runestone.academy

 

https://www.codeground.org/

 

codeground

Codeground is a real-time coding website open to those interested in software development and algorithms.

www.codeground.org

 

https://programmers.co.kr/

http://www.cse.ust.hk/~skiena/300/

 

CSE 392 - Programming Challenges

CSE 300X - Programming Challenges Course Time: 10:30-11:50PM Monday-Wednesday Place: Room 2302 Instructor: Steven Skiena At its best, computer science is an exciting blend of programming, mathematics, and problem solving. This course will introduce an inte

www.cse.ust.hk

 

+ Recent posts