-
Updated
Mar 22, 2022 - Java
#
computer-science
Here are 390 public repositories matching this topic...
good first issue
Good for newcomers
Open
퀵 정렬 - bold 설정
3
Open
Note Status Check
Seogeurim
commented
Jan 3, 2021
Rule
목차 / README 자유롭게 업데이트 가능
- 아직 체크되지 않은 항목에 대하여 정리할 항목을 선택한다.
- 그 항목에 체크 표시를 한다.
- branch를 판다. Branch Naming convention : 대주제/닉네임 ex) DataStructure/Seogeurim
- 정리 & commit한다. Commit convention : [대주제]-소주제-분류(자료정리/질의응답/ ...)
- Pull Request를 올린다. 3명 이상 approve 시 main으로 merge 가능
- Score Board 업데이트를 위해 팀원에게 알린다.
Data Structure
이론 (+15점) : 개념, 용어, 주요 명령어,
good first issue
Good for newcomers
dubesar
commented
Dec 17, 2019
Add a single hidden layer neural network.
A collection of common algorithms and data structures implemented in Java.
java
computer-science
algorithm
ai
neural-network
algorithms
cpp
graph-algorithms
trie
python3
bit-manipulation
data-structures
neural-networks
sorting-algorithms
dynamic-programming
trees
tested
interview-preparation
explanations
-
Updated
Dec 31, 2021 - Java
Training Exercises that cover language basics, Algorithms, Data Structures, OOP, and Functional Programming
-
Updated
Jul 2, 2022 - Java
Solutions to Introduction to Java Programming by Y. Daniel Liang. 10th Edition
java
computer-science
java-8
java-programming
programming-exercises
core-java
learning-java
exercise-solutions
algorithms-and-data-structures
javafx-8
textbook-exercises
introduction-to-java-programming
learning-resource
learnjava
exercises-solutions
-
Updated
Jun 29, 2022 - Java
Source Code for the Book Classic Computer Science Problems in Java
-
Updated
Jan 6, 2021 - Java
Personal Solutions to Interview Questions
kotlin
java
computer-science
groovy
algorithms
leetcode
cracking-the-coding-interview
interview-questions
-
Updated
Jul 8, 2022 - Java
Examples of autograders for running on Gradescope
-
Updated
Jun 22, 2022 - Java
-
Updated
May 4, 2019 - Java
Computer science data structures and algorithms implementation from scratch
java
computer-science
data-science
linked-list
stack
queue
algorithms
datastructures
datascience
data-structures
sorting-algorithms
java-8
searching-algorithms
enqueue
sorting-algorithm
deque
doubly-linked-list
implementation-of-algorithms
implementation-of-data-structures
implementation-from-scratch
-
Updated
Jun 13, 2021 - Java
Android app for learning algorithms in Computer Science
-
Updated
Jun 2, 2017 - Java
Various utilities regarding Levenshtein transducers. (Java)
computer-science
search-engine
data-science
machine-learning
natural-language-processing
information-retrieval
bioinformatics
genomics
dictionary
fuzzy-search
computational-biology
edit-distance
levenshtein-distance
approximate-string-matching
distance-metric
finite-state-automata
finite-state-transducer
levenshtein-automata
spelling-correction
universal-automata
-
Updated
Dec 20, 2021 - Java
Lehman College
-
Updated
Apr 2, 2019 - Java
各种分布式框架动手实现、实战项目。「徒手撸轮子」
-
Updated
May 18, 2022 - Java
Animated demo of sorting algorithms in Java.
java
computer-science
gui
algorithms
computer-science-algorithms
desktop-application
sorting-algorithms
-
Updated
Oct 15, 2018 - Java
Learning data structures, algorithms, machine learning and various computer science constructs by programming practice from resources around the web.
learning
computer-science
distributed-systems
machine-learning
practice
algorithms
leetcode
notes
interview
competitive-programming
hackerrank
data-structures
cloud-computing
interview-questions
learning-by-doing
coding-challenges
interviewbit
technical-interviews
cs-books
-
Updated
Jul 8, 2022 - Java
computer-science
documentation
data-science
data-structure
data-structures
bilgisayar-muhendisligi
data-structures-and-algorithms
veri-bilimi
turkce-dokumantasyon
veri-yapilari
data-structure-blogs
-
Updated
May 11, 2021 - Java
2004-2008 yılları arasında Hacettepe BBM'de okurken elimde olan ders notu, slaytlar, sınavlar, yazdığım kodları içeren bir repo
c
java
computer-science
statistics
algorithms
cpp
assembly
dbms
data-structures
bash-script
operating-systems
e-book
hacettepe
-
Updated
Jul 5, 2022 - Java
This repository for my college's materials computer science
computer-science
lectures
cs-education
materials-science
lecture-material
cs-books
college-materials
-
Updated
Jun 26, 2022 - Java
Ceci est un guide si tu tiens vraiment à survivre à tes différentes années en sciences informatiques à l'UCLouvain. Genre vraiment ça va t'éviter bien des regrets.
-
Updated
Mar 1, 2022 - Java
Repository for students of "Computer Science" CNTEMAD department who wish to help each other and share their knowledge... 👨🎓️ 👩🎓️
computer-science
community
university
study
network
dev
informatique
africa
m2
l1
m1
madagascar
l2
l3
cntemad
-
Updated
Jun 2, 2022 - Java
Quiz and Programming Assignment Solutions to the Coursera Computer Science: Programming with a Purpose course by Princeton University
-
Updated
Feb 10, 2021 - Java
学习笔记
-
Updated
Jul 9, 2019 - Java
Lambda calculus implemented in Java
-
Updated
Feb 7, 2017 - Java
Open
Hacktoberfest-2020
19
Resolution-1
commented
Oct 1, 2020
Hello Everyone
Want to contribute to hacktoberfest-2020 the month long celebration of open source ?
Are you beginner or just starting to contribute to open source ?
- This repository contains many data structure and algorithm problems .
- Modify the existing one or add your own algorithms.
**P.S.: Please make sure the file name itself is self-explanatory about the Algorithm or make a
Algorithms, Data Structures, Patterns and other stuff that makes me a better programmer
-
Updated
Feb 2, 2020 - Java
Source code from classes at ITMO University
-
Updated
Oct 26, 2021 - Java
Java Algorithms and Data Structures
-
Updated
Jun 5, 2019 - Java
Improve this page
Add a description, image, and links to the computer-science topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the computer-science topic, visit your repo's landing page and select "manage topics."
안녕하세요
자료 보면서 공부하다가 counting sort 코드가 이상한 부분이 있어서 수정했습니다
arr.length->counting.lengthcounting[arr[i]]->counting[arr[i]] - 1좋은자료 항상 감사합니다 :)