Skip to content

Commit

Permalink
Revert "post:알고리즘 스터디 1주차 알고리즘팀(수정)"
Browse files Browse the repository at this point in the history
This reverts commit 7d784ce.
  • Loading branch information
D0won committed Oct 16, 2024
1 parent affc289 commit f0a357a
Show file tree
Hide file tree
Showing 77 changed files with 3,824 additions and 6,386 deletions.
Binary file removed .DS_Store
Binary file not shown.
58 changes: 29 additions & 29 deletions .github/ISSUE_TEMPLATE/develop-process-template.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
---
name: Develop Process Template
about: Write for develop purpose, to-do list, error, progress, need mor functions.
title: ''
labels: ''
assignees: ''

---

### issue name's purpose

[To Do List]
-
1. write to-do list here


[Need More Function]
-
- write functions to add after


[Error]
-
- write errors about develop


[Finish Develop Progress]
-
- [ ] write progress functions
---
name: Develop Process Template
about: Write for develop purpose, to-do list, error, progress, need mor functions.
title: ''
labels: ''
assignees: ''

---

### issue name's purpose

[To Do List]
-
1. write to-do list here


[Need More Function]
-
- write functions to add after


[Error]
-
- write errors about develop


[Finish Develop Progress]
-
- [ ] write progress functions
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor
25 changes: 25 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!---
permalink: /404.html
layout: default
--->

<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<div class="container">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
82 changes: 41 additions & 41 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
# gem "jekyll"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
# gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
gem "github-pages", "~> 231", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.17.0"
gem "jekyll-seo-tag"
gem "jekyll-sitemap"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "webrick", "~> 1.7"

gem "minima"

gem "kramdown-parser-gfm"
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
# gem "jekyll"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
# gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
gem "github-pages", "~> 231", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.17.0"
gem "jekyll-seo-tag"
gem "jekyll-sitemap"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "webrick", "~> 1.7"

gem "minima"

gem "kramdown-parser-gfm"
Loading

0 comments on commit f0a357a

Please sign in to comment.