עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

UniVal Tree

Featured Replies

פורסם
  • מחבר

קצת לי קשה לראות את זה, אבל אולי משהו כזה:

int UniVal( NODE *root )
{
int RetVal = 0;

if( root == NULL )
return 0;

RetVal = UniVal( root->left ) + UniVal( root->right );

if( ( root->left ) && ( root->info == (root->left)->info ) )
RetVal++;

if( ( root->right ) && ( root->info == (root->right)->info ) )
RetVal++;

return RetVal;
}

פורסם

יפה מאוד.

עכשיו תריץ את זה ותראה מה קורה.

פורסם
  • מחבר

אין לי משהו להריץ את זה, ובכל מקרה זאת שאלה תיאורטית שאין לה ממש משמעות מעשית.

בכל אופן, עכשיו כשאני מסתכל על זה, זה נראה די הגיוני.

תודה על העזרה!

פורסם

תוריד את VS מהאתר של MS, ותריץ.

פורסם
  • מחבר

יש לי Visual Studio, אבל לא כתבתי פונקציות שבונות עץ בינארי.

זו שאלה שחבר שלי אמר לי ששאלו אותו בראיון עבודה.

בסה"כ אם זה נראה הגיוני ונכון, אז זה בסדר. זה לא משהו שמישהו מתכוון להריץ, מכיוון שאין באמת דבר כזה UniVal.

בכל אופן, שוב תודה!

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.