I present to you the Archive, a massive structure storing data of every little piece of information ever encountered, to make sure it is never lost again.
πŸ‘︎ 844
πŸ’¬︎
πŸ‘€︎ u/TeaAndScones26
πŸ“…︎ Jan 24 2022
🚨︎ report
We move along the surface of a doughnut: Researchers have gained a first insight into how the brain structures higher-level information. By extracting and analysing data from a neural network of grid cells, they found that the collective neural activity is shaped like the surface of a doughnut. norwegianscitechnews.com/…
πŸ‘︎ 819
πŸ’¬︎
πŸ‘€︎ u/UmamiJesus
πŸ“…︎ Jan 13 2022
🚨︎ report
Is there a list of data structures/algorithms used in 2021 and which days they refer to?

I’m just under halfway through 2021 and I’m trying to understand which structures I should be looking for and when, although not being familiar with any of them, knowing what signs to look for is tricky. Does anyone know of or is able to type up a list of the common data structures and algorithms that were used during 2021 and which days they were used on?

πŸ‘︎ 65
πŸ’¬︎
πŸ‘€︎ u/Celestial_Blu3
πŸ“…︎ Jan 22 2022
🚨︎ report
Cannot understand Data Structures and Algorithms

Hey folks,

I'm a Full Stack Engineer with focus in JavaScript with around 2-3 YOE now. I've done freelance before, have shipped a greenfield application for a client as part of a consulting startup, and am currently part of a startup that just released an MVP within which I took care of quite a bit of features, new standards, etc. So if someone came to me with an idea for a business problem, I'd say I'm pretty certain that I can figure it out and help the client release it at least to an MVP stage.

All of my experience has come from working in high-speed startups with focus on pushing out an MVP and have worked in the smallest teams up to about a 20 man team.

However, I cannot for the life of me understand what the f**k is going on with Data Structures and Algorithms. I understand how to relate business needs and requirements to code but I can't get Data Structures and Algorithms at all.

Does anyone have any suggestions for me? I've tried reading through CTCI, Intro to Algorithms and I have no clue what's going on there. I find it extremely hard to relate those concepts into a business perspective.

I'm more than open to any suggestions if you think it helps.

Thanks!

πŸ‘︎ 15
πŸ’¬︎
πŸ‘€︎ u/ConsistentAnt9393
πŸ“…︎ Jan 22 2022
🚨︎ report
Just found out I made the Dean's List :D ! My Data Structures and Algorithms course almost killed me, shoutout to geeksforgeeks.com
πŸ‘︎ 239
πŸ’¬︎
πŸ“…︎ Jan 18 2022
🚨︎ report
New structures on Fortuna does not let you scan "Ticker's mem fragment 4/5" and data hash, it's on the middle of the head
πŸ‘︎ 237
πŸ’¬︎
πŸ“…︎ Jan 14 2022
🚨︎ report
I really like PHP "arrays" because it removes cognitive load of choosing between different data structures news.ycombinator.com/item…
πŸ‘︎ 58
πŸ’¬︎
πŸ‘€︎ u/lumpySnakes
πŸ“…︎ Jan 11 2022
🚨︎ report
Is it better to have 100 functions operate on one data structure than 10 functions on 10 data structures?

There is this quote posted throughout internet:

>"It is better to have 100 functions operate on one data structure than to have 10 functions operate on 10 data structures." This quote is from Alan Perlis' Epigrams on Programming (1982).

Do you agree? Why and why not? I personally strongly disagree, because I would very much prefer having List, Vector, Map, Set, Maybe, Result, and 4 more data structures, each with 10 functions instead of just List with 100 functions. And it seems every single functional programming language I know is rather an example of former than the latter. The most bright example of latter I can think of is JavaScript which stimulates using dynamic arrays and hashtables for everything.

πŸ‘︎ 22
πŸ’¬︎
πŸ‘€︎ u/Swordfish418
πŸ“…︎ Jan 20 2022
🚨︎ report
TinyBase - Using plain old JavaScript objects to manage data gets old very quickly. It's error-prone, tricky to track changes efficiently, and easy to mistakenly incur performance costs. TinyBase is a smarter way to structure your application state tinybase.org/
πŸ‘︎ 89
πŸ’¬︎
πŸ‘€︎ u/magenta_placenta
πŸ“…︎ Jan 15 2022
🚨︎ report
Looking for a group to study Data Structures and Algorithms

I’ve recently started UC Berkeley’s CS61B data structures and algorithms class. It has really cool resume worthy projects and I’m looking for someone (or many people) to grind through it with! Here’s the link

πŸ‘︎ 18
πŸ’¬︎
πŸ‘€︎ u/Nounette003
πŸ“…︎ Jan 23 2022
🚨︎ report
I started my junior year at college and feeling like I just got lucky to get to that point . I almost failed my data structures class and now I am shaking thinking about my 300 lvl classes

I don’t know how I got to that point of my studies , I feel like I don’t know coding to be in 300 lvl classes and it terrifies me to the point when I can’t eat and I can’t stop shaking . One of my classes will require to build a project with other people and I am scared they will laugh at me or kick me out for being bad at coding . Plus having only boys in my team also intimidates me … I am feeling so overwhelmed and just shitty and idk what to do..

πŸ‘︎ 54
πŸ’¬︎
πŸ‘€︎ u/deeedddooo
πŸ“…︎ Jan 11 2022
🚨︎ report
Can someone tell me all the prerequisites required to learn Machine Learning? After doing my research on the internet I found out that we need math and python. However, what math and how much python do we need exactly? Also, do we need to master traditional data structures and algorithms in python?
πŸ‘︎ 8
πŸ’¬︎
πŸ“…︎ Jan 20 2022
🚨︎ report
Do I need study data structures and algorithms for machine learning?

many people online are emphasize so much on the relevance of the knowledge data structures and algorithm as a programmer. So it has left me wondering, if Its applies to one going into machine learning. having spent the last 3 months learning python, I dunno If I should take a detour and learn it before going on to study machine learning maths?

Thanks in advance for your time

πŸ‘︎ 47
πŸ’¬︎
πŸ‘€︎ u/megamanxxyy
πŸ“…︎ Jan 05 2022
🚨︎ report
What is your favourite resource to study Data structures and algorithms?

I was thinking of starting to learn DSA and was looking for resources online.

So far, I've looked into these:

  1. Algorithms and Data Structures EdX
  2. Geek for geeks
  3. VisuAlgo.net

I mostly like VisuAlgo coz i'm a visual learner (for the most part). I was wondering what resources for DSA do people on this subreddit love/trust the most.

πŸ‘︎ 32
πŸ’¬︎
πŸ‘€︎ u/unavailabelle
πŸ“…︎ Jan 05 2022
🚨︎ report
Where to learn C++ algorithms and data structures for competitive programming?

There are a lot of resources on the internet on these topics. I just don't know what to select(as a beginner interested in competitive programming) in order to build a solid foundation.

I am absolutely overwhelmed. It doesn't matter if the resource is paid or not. I'm just looking for a structured plan as I'm tired of jumping from articles to articles and not seeing any knowledge gains.

Thanks in advance!

πŸ‘︎ 24
πŸ’¬︎
πŸ‘€︎ u/l8engineer
πŸ“…︎ Jan 12 2022
🚨︎ report
Data structures

So, imma post again because I barely got any attention in my first post and I'm a desperate cry-baby! So, I need some advices. I'm kinda stuck in Data structures. I've understood the basics but when it comes to combining all the techniques to code something I get a lost and I'm up to a very frustrating point where anything I find is really basic (or same things over and over again) or too complex to the point I get unmotivated.. My question is, do I stick learning this good, or do I move on and understand as I progress? Because I know that this part is important to know well. Thanks!

Any good resources except CodeWars type of stuff? Because these don't seem to help me a lot for the moment

πŸ‘︎ 99
πŸ’¬︎
πŸ‘€︎ u/kaerfkeerg
πŸ“…︎ Dec 20 2021
🚨︎ report
Data Structure algorithms at Study.com

Hi all,

I notice we can also take Computer Science 201 at study.com to satisfy Data structures and algorithms(1). The only thing is that they teach it in Java, which i dont mind, but the DSA 2 course at WGU would be in python and so I dont wanna confuse myself or have room for disconnect because my foundation was in Java instead of python.

Is it more wise to just take both DSA courses at WGU instead since they'd both be in python?

or is it still okay to take DSA 1 (java)@ Study.com, then DSA2 (python) at WGU?

Im new to all this, so Thanks so much

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/nabilmontana
πŸ“…︎ Jan 23 2022
🚨︎ report
Are kernel-space functions and data structures accessible by OS ABI?

I am trying to figure out what ABI makes available to application programmers in machine languages. An OS such as Linux provides ABI and API. Does ABI make accessible exactly the same functions and data structures that API does (except that ABI makes them available in machine language)? No more and no less?

Are kernel-space functions and data structures accessible by OS ABI? For example, Linux has some in-kernel functions and data structures which are not accessible by Linux API. For example, if I am correct, "kernel thread" can only be used inside Linux kernel, while "lightweight process" can be accessed at Linux API via "clone()". Are those in-kernel functions and data structures accessible in machine languages by Linux ABI?

Thanks.

πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/timlee126
πŸ“…︎ Jan 24 2022
🚨︎ report
Recommended follow up course to learn more about data structures and algorithms?

Loved CS50 and was fascinated by these concepts. Was wondering if anyone has recommendations for courses I can do, or should I go straight to trying leetcode?

πŸ‘︎ 33
πŸ’¬︎
πŸ‘€︎ u/Beastmode69420
πŸ“…︎ Jan 12 2022
🚨︎ report
[2021 Day 18] Choosing the right data structure
πŸ‘︎ 166
πŸ’¬︎
πŸ‘€︎ u/Ultimadark
πŸ“…︎ Dec 18 2021
🚨︎ report
Not able to improve at Leetcode/ data structures & algorithms exercises in general

Full stack web dev with 1.5 yoe. Always excelled at take homes but not LC. I have tried to improve at LC for years, even when I was in college, but it has always been so much harder. Even now with practical work experience, I can’t solve even the easy problems, unless I use brute force only solutions and never complete the follow up. Same with interviews with live coding challenges. Struggle with not using brute force solutions and follow up mostly consists of them teaching me how to implement faster or less memory solutions.

I have tried YouTube videos, reading others efficient solutions/discussions, brushing up on my dsa class where we learned about similar things, but none of it seems to help.

How did you guys improve on LC? If you’re not able to either, I would just like to know I am not alone.

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/away_thrown_404
πŸ“…︎ Jan 15 2022
🚨︎ report
Can anyone share how they structure their folder for data engineer project?

Title. It's easy to find on the internet how to structure your web dev project, or your data science project but I couldn't find any for data engineering project, can anyone share how you do it?

πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/izner82
πŸ“…︎ Jan 21 2022
🚨︎ report
Learning data structures is fun
πŸ‘︎ 488
πŸ’¬︎
πŸ‘€︎ u/starhacker_
πŸ“…︎ Dec 29 2021
🚨︎ report
Data Structures students: if you could take Data Structures for the first time again, what would you do differently?

Hello. Hope you're all having a great winter break.

It goes without saying Data Structures is one of the most well-known courses at RPI. CS students can recall the course's hardships, heartbreaks, and hair-pulling homework. And as a student taking Data Structures this spring semester for the first time, I thought I would ask these students for advice, namely what students wished they knew when first taking Data Structures.

What's the best way to study for Data Structures? Is there an online course or YouTube video playlist that you found really helped? Perhaps you can recall the title of a book that helped as a reference guide? Maybe a resource at the library, or a method of studying that made homework/exams easier?

Of course, I am going to invest as many hours into the homework and studying for exams as possible. I am going to go to office hours as often as I can. I have already completed most of the C++ crash course on Submitty. Still, the more help I can get, the better.

Thank you in advance.

Edit: Thank you so, so much for all the advice! I honestly didn't think this post would yield this much attention. I have read all your responses and really do appreciate the time you all took in making them.

πŸ‘︎ 49
πŸ’¬︎
πŸ“…︎ Dec 29 2021
🚨︎ report
What is THE absolute best data structures course you’ve taken that’s available online?

Have a CS degree but it’s been awhile since I’ve studied data structures, and I’m looking for the best online course to take to go back to the fundamentals. I have many saved to start but thought I’d crowd source here. Any in particular that stand out above the rest to those who’ve been in the industry for awhile?

πŸ‘︎ 13
πŸ’¬︎
πŸ‘€︎ u/hippoboii
πŸ“…︎ Jan 15 2022
🚨︎ report
Less than a week in, things were going well until I arrived at Data Structures. They're exactly what I need, but I can't wrap my head around them at all.

I began taking a beginner Udacity course on Python (the name of which I'll add to this post once my headache goes away) a couple days ago after deciding I'm very, very tired of my current line of work. The beginning was easy enough: learn the syntax, learn the rules, learn their uses. Today I watched probably a dozen videos on sets, dictionaries, lists and whatever the hell else, and for the first time I retained abosolutely nothing. I decided enough was enough and I'm going to take a Python break for the rest of the day.

I do actually have a project in mind to start on once I get the basics, and I know that's a change of pace for this sub. I'm a former music teacher, and my project idea is a simple calculator, if you will, for generating the scale degrees given two input data. For example, if the user inputs

Starting Note: G

and

Scale Type: Major

the program outputs G A B C D E F# G precisely in that order. The plan is to add scale degree numbers, both types of solfege syllables, and whatever else I can cram in, but for now I want to focus strictly on note names.

After watching the data sctructure videos today, I realized that these structures are what I need to hang on to this information. (Note names would be strings in this case, right?) My issue is that I'm havibg trouble understanding each structure, the syntax involved, and how I even go about using and recalling these structures for output. Like, should I use a list here? A set? I plan to start from the beginning again either tonight or tomorrow, but in the meantime if there is one best answer for this project's purposes, I'd greatly appreciate some feedback. Do not write the code for me. I am not looking for answers. I am looking for advice, best practices and perhaps links to ELI5 resources.

πŸ‘︎ 56
πŸ’¬︎
πŸ‘€︎ u/The_Band_Geek
πŸ“…︎ Dec 11 2021
🚨︎ report
Does it get better after data structures?

I am a cse major and I’m currently taking data structures. This is honestly one of the hardest classes I have taken. I’m only on homework 2 and it’s only going to get more difficult. Will the classes after data structures be as bad or will it be somewhat better/ more tolerable?

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/jc_12315
πŸ“…︎ Jan 23 2022
🚨︎ report
Is there a Ziglings-inspired git repo for Data Structures and Design Patterns using Zig?

Not sure if this is wishful thinking, but I'm really enjoying Ziglings atm, nearing the end, and want to keep exploring zig in the same format.

πŸ‘︎ 27
πŸ’¬︎
πŸ‘€︎ u/TheGabelle
πŸ“…︎ Jan 22 2022
🚨︎ report
Retail Activity has not Subsided in GME since January | Q3 2021 SEC Market Structure Data for GME

And it's everyone's (mine) favorite time of the quarter! SEC Market Structure Data Update!

Let's see how GME has been behaving when it comes to hidden orders, odd lots, and exchange volume.

Hidden Rate

https://preview.redd.it/dn1mikup7zv71.png?width=1199&format=png&auto=webp&s=d229c3d06f506c991c14df06042fcc7e57cbe3bb

The hidden rate is calculated as total hiden orders / total orders. This order type is used to hide large sized orders (generally), which hides the submitted quantity from the order book. It's also got other nefarious purposes, notably a HFT strategy called hide n' slide.

GME: The first thing to note is that the Hidden rate for GME has increased significantly since the Jan sneeze, and has remained high since. I generally use this metric as a proxy for institutional involvement as there's an exceedingly low probability that retail investors know or bother using hidden orders.

The hidden rate remains high coming into the last quarter, sitting within the 25%-30% band, which to me indicates institutions are still very much active when it comes to trading GME.

Odd Lots

https://preview.redd.it/vbbp9i7r7zv71.png?width=1207&format=png&auto=webp&s=b0ef0bad074f2a8b367545b19dd87d1819958357

Round lots are multiples of 100, odd lots are anything outside that. A previous post I wrote here goes into much more detail about HFTs use them for order shredding and how odd lots relate to the NBBO.

GME: Converse to the hidden rate, I use odd lots as a proxy to gauge retail interest in GME, as the majority of retail are likely buying their shares in odd lots. This allows us to track if there has been any interest lost.

Has there been? Nope. There's been a slight downward trend, but overall it's remained relatively stable at ~40%. Popcorn stock is much lower, but that's due to the fact it's "easier" to buy in multiples of even lots.

Exchange Activity

Below we have two charts, the first goes into GME's trade volume distribution as a % of 100, while the second has a basket of stocks for comparison's sake. *Please note the legend is inverse to the ord

... keep reading on reddit ➑

πŸ‘︎ 5k
πŸ’¬︎
πŸ‘€︎ u/jsmar18
πŸ“…︎ Oct 27 2021
🚨︎ report
Learning data structures & algorithms (Java) in university

Hi,

I've been unable to catch up what's going on in the course because I'm not that good. I can barely write programs in OOP Java, and I barely recall what log(n) and recursive are. It's still the first week of the semester, but I totally didn't know what was happening in the latter half of the last lecture this week. We were analyzing algorithms and adding up units of time per operation per line of code, then suddenly logs appeared with geometric and...

I think I'm going to do a crash course review of OOP Java in MOOC, I rented out some of the recommended books about OOP Java, I don't want to fail the course and I need to know how to help myself?

πŸ‘︎ 20
πŸ’¬︎
πŸ“…︎ Jan 14 2022
🚨︎ report
100% OFF | Introduction To Data Structures And Algorithms udemycoupons.me/dev/intro…
πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/UdemyCouponsMe
πŸ“…︎ Jan 23 2022
🚨︎ report
Algorithms and data structures implemented in JavaScript with explanations and links to further readings github.com/trekhleb/javas…
πŸ‘︎ 337
πŸ’¬︎
πŸ‘€︎ u/Yanina_Yanina
πŸ“…︎ Dec 10 2021
🚨︎ report
Where To Learn Advanced Data Structures and Algorithms?

I want to learn data structures and algorithms soon but I am struggling to find a course that is interesting. I have moderate programming experience and have participated on open source projects and created my own projects.

I want to learn competitive programming to get some stuff on my resume and hope to "win" some competitions.

Is it too late to learn competitive programming to get a google code jam tshirt?

Can someone link me some good websites to learn.

EDIT: Why am I downvoted?

πŸ‘︎ 32
πŸ’¬︎
πŸ‘€︎ u/Sourcre
πŸ“…︎ Jan 01 2022
🚨︎ report
Understanding 1 line of code on data structures

Hello, can someone explain what this line of code implies as a snippet from below code block?

c.length = filestring.length()-c.position;

I understand it as:

int variable "length" in data structure "c" assigned to the variable "filestring"'s length......And then the -c.position; part is really hard to understand to me, does anyone know what it means? Thank you SO much<3

the code block:

#include "Delete.h"
#include &lt;string&gt;
#include &lt;fstream&gt;
#include &lt;iostream&gt;
#include &lt;map&gt;
using namespace std;

struct contact {
    string name, adress, epost, birthday, others, phone;
    int position, length;
};

void Delete(){
    cout &lt;&lt;" Enter the name that you want to delete it"&lt;&lt; endl;
    string nametofind;
    getline(cin, nametofind);

    ifstream efile("contact");
    if(efile.fail())
    {
        cout &lt;&lt; "Could not read from contact file, maybe there is no contacts" &lt;&lt; endl;
        return;
    }

    string filestring;
    map&lt;string, contact&gt; contacts;
    map&lt;string, int&gt; positions;
    map&lt;string, int&gt; lengths;

    while (!efile.eof())
    {
        contact c;
        c.position = efile.tellg();
        getline(efile, c.name);
        if(c.name.length() == 0) break;
        getline(efile, c.adress);
        getline(efile, c.epost);
        getline(efile, c.birthday);
        getline(efile, c.others);
        getline(efile, c.phone);
        
        filestring+=c.name+"\n"+c.adress+"\n"+c.epost+"\n"+c.birthday+"\n"+c.others+"\n"+c.phone+"\n";
///////////////////////////////////////////////////////////////////////////////
        c.length = filestring.length()-c.position;
//////////////////////////////////////////////////////////////////////////////
        contacts[c.name] = c;
        positions[c.name] = c.position;
        lengths[c.name] = c.length;
    }

    try {
        contact c = contacts.at(nametofind);
        filestring.erase(positions[c.name], lengths[c.name]);
        ofstream ofile("contact");
        if(ofile.fail())
        {
            cout &lt;&lt; "Could not open contact file" &lt;&lt; endl;
            return;
        }
        ofile &lt;&lt; filestring;
        ofile.close();
    } catch(exception e) {
... keep reading on reddit ➑

πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/Deadpark_
πŸ“…︎ Jan 11 2022
🚨︎ report
How LIVE professional poker players structure, process and study their own data?

I would like to see how LIVE professional poker players notes look like.

How their notes about their session look like?

Hand notes

Win rate notes

Table selection notes

Valuing their own game play for every session A, B, C etc.

How they process and structure all this data once it accumulates? Maybe after every session they review all their live hands and then they would chose the most interesting spots and the one they need to improve on and add them to another data base?

I have been always bad at keeping good records at school and university. In fact at two or 3 classes I was so bad at keeping pace with the lectures and making notes that I completely gave up. Sourced out the one of the best hand writers in class arranged a quick deal for the notes. And literally got better grades then her during tests etc. In fact I would try sometimes helping her during tests because I felt guilty. Without her notes there was no chance of achieving such a great results.

I can't afford same thing to happen in poker. I need to learn how to structure and process my own information otherwise I will never improve.

If by any chance someone would be willing to sale me high quality hand history data notes and every note associated with his poker career for 1 year aprox 800+ hours) how much I should pay him? It should be mainly 2/5 and 5/10 (the stakes I'm aiming at).

πŸ‘︎ 14
πŸ’¬︎
πŸ‘€︎ u/nasnas121
πŸ“…︎ Jan 06 2022
🚨︎ report
Books for data structures and algorithms

Hi. Could you recommend some books for data structures, algorithms and system design in python. I have enrolled for 2 courses on a site. Wanted your suggestions on the books. Looking towards a career change. It would be appreciative if you could help. Thanks.

πŸ‘︎ 13
πŸ’¬︎
πŸ‘€︎ u/salanderlogic
πŸ“…︎ Jan 13 2022
🚨︎ report
Data Structures for Android Dev.

Is it really important to know all DataStructures when it comes to Mobile Development(Kotlin)?, i know it’s important in general and helps build good logic and algorithm, i have hands on Data Structures in Java, but the fact should i pursue more or i can make it as an Android Developer without being so good in Data Structures ?

πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/berserhyena
πŸ“…︎ Jan 13 2022
🚨︎ report
Should I circle back and learn about data structures and algorithms?

Hey reddit,

Been programming for a reasonable amount of years and I know Python, R, SQL, Matlab, (basic) C++, (basic) Java + FP Scala amongst others. I recently signed an offer to start working as a data scientist after the summer, for now I'm looking at areas I can improve before I start working.

My background is masters level non-CS so I haven't formally learnt data structures and algorithms so this seems like a good place to begin (other things like testing frameworks and extra cloud skills are also high on my list). I know the basics of the most important data structures (lists, sets, hashmaps, queues) and intuitions about their corresponding time/space complexity. They were needed for some advanced courses (e.g. discrete optimisation w/ C++) together with some sorting / search algorithms but here typically only what was needed was covered.

I do kind of reason about them while writing code but maybe actually formally learning about them would make me a far better programmer. Should I potentially just try and wing it with my current knowledge, what do you think? In the past I've always avoided self-learning these as I believed my time was better spent on extra math + stat than on DS&A.

If you believe it IS a smart idea, can you recommend some resources? I know I could more or less find an 'open sourced' university course and watch the videos and do the exercises but I'm mostly looking for something maybe a tad less rigorous and more hands-on.

πŸ‘︎ 18
πŸ’¬︎
πŸ“…︎ Jan 05 2022
🚨︎ report
How hard is Data Structures to learn?

I know it’s essential for internships and the major in general. I’m pretty dedicated and I’m wondering how difficult the concepts are.

πŸ‘︎ 32
πŸ’¬︎
πŸ“…︎ Dec 14 2021
🚨︎ report
An Introduction to the Set Data Structure in JavaScript medium.com/before-semicol…
πŸ‘︎ 17
πŸ’¬︎
πŸ‘€︎ u/beforesemicolon
πŸ“…︎ Jan 23 2022
🚨︎ report
Data Structure and Algorithms

I started doing 6.006, and I am halfway through it. It takes me time to understand but once it clicked, man I live for this moment. But this vanishes away once I counter a problem on leetcode for a specific topic I learned. I have this issue, I can't connect between what I learned and how to use it to solve a problem. Is there something I am missing or some tips to help?

πŸ‘︎ 16
πŸ’¬︎
πŸ‘€︎ u/_His__Dudeness_
πŸ“…︎ Jan 05 2022
🚨︎ report
How to structure menu data in the database tables

Hi,

May I ask, what will be the best practice on creating a database tables that could support data that will be displayed in the menu? This is because I am aiming of maintaining which menu should be displayed to which user.

Thank you

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/jalomia1019
πŸ“…︎ Jan 18 2022
🚨︎ report
Do I need to know Data Structures & Algorithms?

Do I need to know these (advanced, imo) computer science skills to be a statistical programmer or a biostatistician?

I was on my way to getting a computer science minor in addition to my statistics major and just finished taking the intermediate programming (in java) course last semester. It...kind of kicked my ass.

Object-oriented programming feels so uncomfortable to me, and that course wasn't even considered a weed-out. However, the next course, Data Structures & Algorithms, IS considered a weed-out.

Lordy, if I just barely passed the supposedly "easy" intro class, I'm not feeling hopeful for DS&A, a class that many people fail. Plus, programming in Java generally makes me want to die. For some reason, it just feels so much harder to me compared to programming in R or SAS.

So I am asking for some advice and advisement on whether the computer science minor is worth it to continue, given the future careers I am interested in.

Thanks!

πŸ‘︎ 25
πŸ’¬︎
πŸ‘€︎ u/letmeloveyou900
πŸ“…︎ Jan 03 2022
🚨︎ report
If I understand correctly, in lisp and some other functional languages the fundamental data structure is a linked-list. What are the underlying data structures in other languages? Is there any programming language for which the fundamental underlying data structure is a tree or graph? /r/learnprogramming/comme…
πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/gtboy1994
πŸ“…︎ Jan 17 2022
🚨︎ report
Can you view every professors lecture for data structures?

Last semester for CS111 you could watch any of the professors lectures no matter who you’re actually Professor was. I was wondering if the same would be true for data structures next semester. Thanks!

πŸ‘︎ 13
πŸ’¬︎
πŸ‘€︎ u/Chandler13539
πŸ“…︎ Jan 14 2022
🚨︎ report
Experimental generic implementations of various data structures (map, b-tree, AVL tree, rope, and more) github.com/zyedidia/gener…
πŸ‘︎ 115
πŸ’¬︎
πŸ‘€︎ u/zach29
πŸ“…︎ Dec 18 2021
🚨︎ report
What resources do you suggest for interesting, described algorithms or data structures?

Do you know any (free) websites that explain interesting algorithms (e.g. sophisticated searches or diff) or data structures (e.g. to efficiantly map between line number <-> character position in an editable text editor document)? It should be understandable by "normal" persons without a doctorate in computer science.

πŸ‘︎ 17
πŸ’¬︎
πŸ‘€︎ u/vmcrash
πŸ“…︎ Jan 22 2022
🚨︎ report
Looking for a buddy to study Data Structures & Algorithms

I’ve recently started UC Berkeley’s CS61B data structures and algorithms class. It has really cool resume worthy projects and I’m looking for someone (or many people) to grind through it with! Here’s the link

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Nounette003
πŸ“…︎ Jan 23 2022
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.