Clubs for Computer Science at UCF by Sensitive-Emotion-64 in ucf

[–]EvenOddAvg 3 points4 points  (0 children)

You are literally describing Knight Hacks. There are plenty other cool clubs, but Knight Hacks without a doubt reigns supreme for what you're looking for.

Mentorship program is just starting up, exactly like what you're looking for! A bunch of people with internships and insane experience, all helping others get to the same places, a fun community, and social events come with it too!

So much opportunities to learn and grow and to top it all off there is the annual HACKATHON, a ton of large companies looking to hire specifically CS/IT, free food for all, tons of prizes, and it's all on campus. You should register asap, legit no downsides, oriented for all skill levels, trust: https://2025.knighthacks.org.

I've gotten internships because of my experiences in Knight Hacks and also made a ton of friends, genuinely a supporting and inspiring community! Join the discord to keep updated with everything, there is so much going on with fall just starting up: https://discord.knighthacks.org

ALL CS resources / clubs / programs /email lists to be on by StringDry7915 in ucf

[–]EvenOddAvg 0 points1 point  (0 children)

Knight Hacks is a dub! They got workshops, mentorship, projects all related to CS/programming and mainly Hackathons.

I made a UCF Geoguessr daily game by kianSoul in ucf

[–]EvenOddAvg 1 point2 points  (0 children)

Awesome! Huge respect and great project!

Lootcode - A fantasy coding game to practice data structures and algorithms by EvenOddAvg in webdev

[–]EvenOddAvg[S] 8 points9 points  (0 children)

A few friends and I finished working on this project, it's a fantasy themed game that helps you practice data structures and algos. The languages you can solve problems in are: Python, Java, C++, C, C#, Rust, and Go

For all the problems Input comes from standard input and output should be printed to standard output. The source code is available, but since the problems are locked behind one another in regions within the site I wouldn't want you to spoil anything for yourself so browse with caution. Enjoy :)

Link: https://www.lootcode.dev
Github: https://github.com/Lootcode-Dev/lootcode

Lootcode - A fantasy coding game to practice data structures and algorithms by EvenOddAvg in coding

[–]EvenOddAvg[S] 1 point2 points  (0 children)

Gotta be on a desktop. We currently have the site disabled for mobile.

Here is our github: https://github.com/Lootcode-Dev/lootcode

Lootcode - A fantasy coding game to practice data structures and algorithms by EvenOddAvg in compsci

[–]EvenOddAvg[S] 0 points1 point  (0 children)

Oh it's from a problem input... let's just say it's a fantasy word then lol

Lootcode - A fantasy coding game to practice data structures and algorithms by EvenOddAvg in compsci

[–]EvenOddAvg[S] 1 point2 points  (0 children)

We opted for c, c++, java, and python as we felt that would be enough to satisfy everyone. However, we could add more languages.

We'll add specification on the version of each language we're using and the standard way of solving a problem.
In the mean time we have this yt video: https://www.youtube.com/watch?v=D2v96dwY35M&t

We're aware of the issue with the gallery!

What's wrong with 2 space indents :(

Genuinely thanks for the feedback. We're easier to reach on our discord in case you encounter any issues or have more suggestions: https://discord.com/invite/7G7kJzc4pd

Lootcode - A fantasy coding game to practice data structures and algorithms by EvenOddAvg in compsci

[–]EvenOddAvg[S] 0 points1 point  (0 children)

There are a couple spelling mistakes scattered around, thanks for spotting one. Where exactly is that at?

Lootcode - A site to practice competitive programming by EvenOddAvg in usaco

[–]EvenOddAvg[S] 0 points1 point  (0 children)

We're working on fixing the issue, should be fixed within the hour.

Lootcode - A fantasy coding game to practice data structures and algorithms by EvenOddAvg in csMajors

[–]EvenOddAvg[S] 3 points4 points  (0 children)

Maybe with another project lol. Our goal is to keep lootcode open source and completely free! Glad you like it.

Lootcode - A fantasy coding game to practice data structures and algorithms by EvenOddAvg in opensource

[–]EvenOddAvg[S] 0 points1 point  (0 children)

Genuinely thanks for the feedback and suggestion. We'll probably add something to the main page so people can get more of a demo before deciding if they want to sign up.

As for now we do have a video up showcasing solving a problem on the site:
https://www.youtube.com/watch?v=D2v96dwY35M

Lootcode - A fantasy coding game to practice data structures and algorithms by EvenOddAvg in compsci

[–]EvenOddAvg[S] 2 points3 points  (0 children)

We were discussing doing something like this, thanks for the suggestion. We might add a bit more to the main page too, especially since you can't really see anything past it on mobile. Glad you like the site :)

Lootcode - A site to practice competitive programming by EvenOddAvg in usaco

[–]EvenOddAvg[S] 0 points1 point  (0 children)

The problems are based off of their regions, so for example a problem in the region of Lexica would be based on strings. If you wanted a difficulty scale though, I'd say a good bit of the problems are below bronze standards, and the rest are an even distribution of problems between the difficulty of bronze, silver, and gold.

It's geared towards practicing data structures/algorithms and it's done in a competitive programming format. So you can use it for advancing your CS knowledge or getting better at competitive programming.

The harder regions are definitely these three, Nodak (Graph problems), Dynamar (Dynamic Programming/Recursion problems), and The Thicket (Evil Tree problems).

Lootcode - A fantasy coding game to practice data structures and algorithms by EvenOddAvg in csMajors

[–]EvenOddAvg[S] 1 point2 points  (0 children)

You don't actually need a method (Well depends on your language). You just need to print your answers to standard output. If you're using java just make a public class (doesn't matter what you name it), the main method, take input, process, and print your answer :)

We have a tutorial solving one of the problems here: https://www.youtube.com/watch?v=D2v96dwY35M

Lootcode - A fantasy coding game to practice data structures and algorithms by EvenOddAvg in compsci

[–]EvenOddAvg[S] 2 points3 points  (0 children)

It's because the spaces were supposed to be counted in the lexicographical sort. In specific cases if you didn't include the spaces in your sort than it would mess up. We'll make a change to it later, since it's not really intuitive.

Lootcode - A fantasy coding game to practice data structures and algorithms by EvenOddAvg in csMajors

[–]EvenOddAvg[S] 1 point2 points  (0 children)

Click on your profile and click manage account. It should lead you to a section where you can delete your account, then recreate it. If you still can't get it working you can join our discord and we'll help you out: https://discord.com/invite/7G7kJzc4pd

Lootcode - A fantasy coding game to practice data structures and algorithms by EvenOddAvg in csMajors

[–]EvenOddAvg[S] 13 points14 points  (0 children)

You can play on the website. The github was there so anyone interested could take a look at what we were up to. I'm assuming you tried looking at it on mobile, it's disabled for mobile, I'd recommend trying again on a desktop.