• Breaking News

    Tuesday, October 5, 2021

    Can a SICP like book be written using any other language like python as the instrument of the implementation Computer Science

    Can a SICP like book be written using any other language like python as the instrument of the implementation Computer Science


    Can a SICP like book be written using any other language like python as the instrument of the implementation

    Posted: 04 Oct 2021 08:21 AM PDT

    QuickSort Algorithm

    Posted: 04 Oct 2021 12:00 PM PDT

    Okay so I'm learning about data structures and algorithms in my class and my Professor has a unique way of doing each sorting algorithm. I'm trying to watch youtube tutorials but I'm still having a hard time understanding the order in which she does it since she does it differently.

    An example:

    Sorting the Array: [42, 21, 103, 15, 61, 37, 44, 60]

    Here is what she posted as the solution:

    Pivot:42, Pivot-index:3, Array After partition: 37, 21, 15, 42, 61, 103, 44, 60

    Pivot:37, Pivot-index:2, Array After partition: 15, 21, 37, 42, 61, 103, 44, 60

    Pivot:15, Pivot-index:0, Array After partition: 15, 21, 37, 42, 61, 103, 44, 60

    Pivot:61, Pivot-index:6, Array After partition: 15, 21, 37, 42, 60, 44, 61, 103

    Pivot:60, Pivot-index:5, Array After partition: 15, 21, 37, 42, 44, 60, 61, 103

    Isn't it supposed to be

    [21, 15, 37, 42, 103, 61, 44, 60]

    after the first partition? (Pivot is 42)

    If someone could help me make sense of this, I'd greatly appreciate it!

    submitted by /u/Svlted
    [link] [comments]

    how much does native language influence the success of a software engineer career/skills?

    Posted: 04 Oct 2021 08:27 AM PDT

    how much does native language influence the success of a software engineer career/skills?

    You know that! English is the mother tongue ... But What if I were a Russian, Spanish, German?

    submitted by /u/crepuscopoli
    [link] [comments]

    The NAND gate. One gate to rule them all.

    Posted: 04 Oct 2021 11:30 AM PDT

    No comments:

    Post a Comment